From: acolyer Date: Mon, 29 Sep 2003 15:34:51 +0000 (+0000) Subject: When performing a release build, run the test-all target in junitModules.xml rather... X-Git-Tag: mostlyLastEclipse2xTree_20040112~138 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=99ebf5fe2d58535da0dcff64f9a701de94a3e3c6;p=aspectj.git When performing a release build, run the test-all target in junitModules.xml rather than the default one. This causes the ajc tests to be run a second time, but has the advantage of creating the junit xml output files for the ajc tests - which are needed by cruise control. Since cruise control will be the dominant caller of this script, the extra overhead of running tests multiple times is acceptable. --- diff --git a/build/release/build.xml b/build/release/build.xml index e3056527e..e34ee0b04 100644 --- a/build/release/build.xml +++ b/build/release/build.xml @@ -407,7 +407,7 @@ depends="init-variables,init-junitTests-available"> - +