You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2007/01/22 19:10:36 UTC

svn commit: r498729 - /velocity/tools/trunk/build.properties

Author: nbubna
Date: Mon Jan 22 10:10:34 2007
New Revision: 498729

URL: http://svn.apache.org/viewvc?view=rev&rev=498729
Log:
doesn't seem proper to ignore test failures by default

Modified:
    velocity/tools/trunk/build.properties

Modified: velocity/tools/trunk/build.properties
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/build.properties?view=diff&rev=498729&r1=498728&r2=498729
==============================================================================
--- velocity/tools/trunk/build.properties (original)
+++ velocity/tools/trunk/build.properties Mon Jan 22 10:10:34 2007
@@ -86,8 +86,8 @@
 test.log.dir=${test.build.dir}/log
 
 #test flags
-test.haltonerror=false
-test.haltonfailure=false
+test.haltonerror=true
+test.haltonfailure=true
 
 #test webcontainer parameters
 test.webcontainer.port=8081