Am Dienstag, 28. Dezember 2004 18:00 schrieb Michael Koch: > > I've never used batch_run. What is the advantage of using it? > > Faster. > > Compiles test classes one by one and doesn't fail completely when > one test class fails to compile. This is the better way IMO as some > code is sometimes included in one classpath implementation and not > the others for a while (mostly really short while but not always).
I forgot: it detects testcases that hang and kills them after some time and continues the testing. Michael -- Homepage: http://www.worldforge.org/ _______________________________________________ Classpath mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath

