Revision: 4587
Author: jussi.ao.malinen
Date: Wed Feb  2 06:50:45 2011
Log: Run Helper now removes all old resources from previous test run.
http://code.google.com/p/robotframework/source/detail?r=4587

Modified:
 /trunk/atest/resources/atest_resource.txt
 /trunk/atest/robot/output/splitting/split_output.txt

=======================================
--- /trunk/atest/resources/atest_resource.txt   Tue Dec 28 06:14:52 2010
+++ /trunk/atest/resources/atest_resource.txt   Wed Feb  2 06:50:45 2011
@@ -60,7 +60,7 @@

 Run Helper
     [Arguments]  ${runner}  ${options}  ${data string}
-    Remove File  ${OUTFILE}
+    Remove Files  ${OUTFILE}  ${OUTDIR}/*.xml  ${OUTDIR}/*.html
${cmd} = Catenate ${runner} --monitorcolors OFF --outputdir ${OUTDIR} --output ${OUTFILE} --report NONE --log NONE
     ...  ${options}  ${data string}  1>${STDOUTFILE}  2>${STDERRFILE}
     ${rc} =  Run And Return RC  ${cmd}
=======================================
--- /trunk/atest/robot/output/splitting/split_output.txt Mon May 24 14:45:34 2010 +++ /trunk/atest/robot/output/splitting/split_output.txt Wed Feb 2 06:50:45 2011
@@ -110,7 +110,6 @@

 My Run Tests
     [Arguments]  ${args}  ${path}  ${status}=PASS
-    Remove File  ${OUTDIR}${/}${OUTBASE}*.xml
     Run Tests  ${args}  ${path}
     Should Be Equal  ${SUITE.status}  ${status}
     @{files} =  List Directory  ${OUTDIR}  ${OUTBASE}*.xml

Reply via email to