Author: jglick
Date: Fri Aug 18 13:45:47 2006
New Revision: 432720

URL: http://svn.apache.org/viewvc?rev=432720&view=rev
Log:
run-single-test should write TEST-*.xml to the correct place.

Modified:
    ant/core/trunk/build.xml

Modified: ant/core/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/build.xml?rev=432720&r1=432719&r2=432720&view=diff
==============================================================================
--- ant/core/trunk/build.xml (original)
+++ ant/core/trunk/build.xml Fri Aug 18 13:45:47 2006
@@ -1757,7 +1757,7 @@
      depends="test-init">
     <test-junit >
       <formatter type="plain" usefile="false"/>
-      <test name="${testcase}"/>
+      <test name="${testcase}" todir="${build.tests.xml}"/>
     </test-junit>
   </target>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to