From 1b098c643a8df4cdb5e6d0fd84619575ed830266 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Wed, 7 Apr 2010 19:06:52 +0000 Subject: Created a test.suite.clean.checkinit ant target... Created a test.suite.clean.checkinit ant target which: runs ant all.clean builds with -Xcheckinit runs the test suite with -Xcheckinit Review by cunei? If the nightly is trying to do the above sequence with command line options, I suggest it be changed to run this target or a similar one so the logic is not separated from the buildfile. --- build.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'build.xml') diff --git a/build.xml b/build.xml index efaa1941da..e3f41a098d 100644 --- a/build.xml +++ b/build.xml @@ -1504,6 +1504,14 @@ BOOTRAPING TEST AND TEST SUITE + + + + + + + + -- cgit v1.2.3