If you reference the Scala repository assembly and partest test suite, after completing the default ant build task, you can run:
test/partest --failed
to run the last set of failed tests or:
test/partest test/files/<folder>/<testname>
It is assumed that you have already done:
test/partest --all
or called partest for some other category of tests.
source share