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 2009/07/14 21:56:46 UTC

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

Author: hindessm
Date: Tue Jul 14 19:56:46 2009
New Revision: 794038

URL: http://svn.apache.org/viewvc?rev=794038&view=rev
Log:
My earlier commit flattened the tests.output directory so this recursion
is no longer needed.  (I did this because I plan to re-use the hdk test
scripts for the classlib testing and this simplifies doing this.  I'm
not convinced it is the right thing to do though and I may change it
back later.)

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

Modified: harmony/enhanced/classlib/trunk/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/run-test.xml?rev=794038&r1=794037&r2=794038&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/make/run-test.xml Tue Jul 14 19:56:46 2009
@@ -50,7 +50,7 @@
     <target name="gen-report">
         <junitreport todir="${tests.output}">
             <fileset dir="${tests.output}">
-                <include name="**/TEST*-*.xml" />
+                <include name="TEST*-*.xml" />
             </fileset>
             <report format="frames" todir="${tests.output}" />
         </junitreport>