if you are using this for some kind of contiuous integration to fail early, you could just pick the test-taks of the desired subprojects to run first.
buildr base:sub:subsub:test ... package ... etc Am 18.11.2009 um 15:19 schrieb Shane Witbeck: > Hi all, > > I have a fairly large project with several subprojects. I'd like to be > able to prioritize tests for a select few of the subprojects so that > they run first. > > Are there any clever ways of doing this? > > -Shane
