When I create a junit test run, by default it has Make as prebuild command. I added also a gradle task (building some test-classes) following that, but the test run doesn't wait for it to be finished, so the preconditions that should be satisfied by that task are not there yet and the test run fails. If I run it again it works because the previous run could finish the gradle task.
-- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
