You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2007/12/04 08:57:07 UTC

svn commit: r600825 - /harmony/enhanced/buildtest/branches/2.0/adaptors/stress/adaptor.xml

Author: smishura
Date: Mon Dec  3 23:57:02 2007
New Revision: 600825

URL: http://svn.apache.org/viewvc?rev=600825&view=rev
Log:
Tagret 'run': add 'setup' to depends list
This makes possible to re-setup functional suite dynamically (i.e. without stopping CC)

Modified:
    harmony/enhanced/buildtest/branches/2.0/adaptors/stress/adaptor.xml

Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/stress/adaptor.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/stress/adaptor.xml?rev=600825&r1=600824&r2=600825&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/adaptors/stress/adaptor.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/adaptors/stress/adaptor.xml Mon Dec  3 23:57:02 2007
@@ -80,7 +80,7 @@
     </target>
 
     <!-- do test execution -->
-    <target name="run">
+    <target name="run" depends="setup">
 
         <mkdir dir="${stress.res.dir}"/>
         <!-- remove old results (they were archived after creation) -->