You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by iv...@apache.org on 2007/06/20 11:31:59 UTC

svn commit: r549026 - /harmony/enhanced/buildtest/branches/2.0/tests/functional/build.xml

Author: ivavladimir
Date: Wed Jun 20 02:31:58 2007
New Revision: 549026

URL: http://svn.apache.org/viewvc?view=rev&rev=549026
Log:
minor improvements were done

Modified:
    harmony/enhanced/buildtest/branches/2.0/tests/functional/build.xml

Modified: harmony/enhanced/buildtest/branches/2.0/tests/functional/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/functional/build.xml?view=diff&rev=549026&r1=549025&r2=549026
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/functional/build.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/tests/functional/build.xml Wed Jun 20 02:31:58 2007
@@ -327,7 +327,8 @@
         <echo message="Running tests" />
         <java fork="yes" classname="${harness.main}" dir="${tests.reports}"
                output="${tests.reports}/th.log" 
-                error="${tests.reports}/th.error"
+               error="${tests.reports}/th.error"
+               failonerror="true"
                >
             <classpath>
                 <pathelement location="${bin.classes}" />
@@ -335,7 +336,7 @@
                 <pathelement location="${harness.jar}" />
             </classpath>
 
-            <arg line="-version -logl 1 ${qa.run} ${qa.suite} ${qa.select}" />
+            <arg line="-version -logl 6 -failonerror ${qa.run} ${qa.suite} ${qa.select}" />
             <!--  ${qa.subs} -->
         </java>
     </target>