vmassol 2003/06/08 23:53:59
Modified: integration/ant build.xml
Log:
the build shoud fail when the unit tests fail!
Revision Changes Path
1.35 +1 -2 jakarta-cactus/integration/ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/integration/ant/build.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- build.xml 1 Jun 2003 08:51:10 -0000 1.34
+++ build.xml 9 Jun 2003 06:53:59 -0000 1.35
@@ -352,8 +352,7 @@
<report format="frames" todir="${target.doc.testreports.dir}"/>
</junitreport>
- <!-- Don't fail the build until the tests have somewhat stabilized>
- <fail if="tests.failed">At least one unit test failed!</fail -->
+ <fail if="tests.failed">At least one unit test failed!</fail>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]