Revision: 7356
Author: jlaba...@google.com
Date: Tue Jan  5 10:03:42 2010
Log: Setting the failure code of ant tests to 2 instead of 1 so we can differentiate a test failures from build failures.

Patch by: jlabanca
Review by: fabbott


http://code.google.com/p/google-web-toolkit/source/detail?r=7356

Modified:
 /trunk/common.ant.xml

=======================================
--- /trunk/common.ant.xml       Tue Dec  1 15:21:09 2009
+++ /trunk/common.ant.xml       Tue Jan  5 10:03:42 2010
@@ -241,7 +241,7 @@
       </condition>
       <fail
message="One or more junit tests failed for target: @{test.name} @{test.args}"
-          if="junit.stop.build" />
+          if="junit.stop.build" status="2" />
     </sequential>
   </macrodef>

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to