You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2010/05/06 22:06:39 UTC

svn commit: r941889 - /harmony/enhanced/java/trunk/classlib/make/run-test.xml

Author: hindessm
Date: Thu May  6 20:06:39 2010
New Revision: 941889

URL: http://svn.apache.org/viewvc?rev=941889&view=rev
Log:
Fix gen.report=false so that it doesn't generate the short report.

Modified:
    harmony/enhanced/java/trunk/classlib/make/run-test.xml

Modified: harmony/enhanced/java/trunk/classlib/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/java/trunk/classlib/make/run-test.xml?rev=941889&r1=941888&r2=941889&view=diff
==============================================================================
--- harmony/enhanced/java/trunk/classlib/make/run-test.xml (original)
+++ harmony/enhanced/java/trunk/classlib/make/run-test.xml Thu May  6 20:06:39 2010
@@ -139,7 +139,7 @@
         </junitreport>
     </target>
 
-    <target name="-short-report" unless="do.full.report">
+    <target name="-short-report" if="do.short.report">
         <mkdir dir="${report.dir}" />
         <junitreport todir="${report.dir}">
             <fileset dir="${tests.output}" includes="TEST*-*.xml">