From: Noam Lampert Date: Tue, 13 May 2008 10:42:24 +0000 (-0000) Subject: Fix run-tests script to copy run logs. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=dbb08e2aa21c7490f5e8364a6f79f7554c0ecdf6;p=mono.git Fix run-tests script to copy run logs. svn path=/trunk/mcs/; revision=103067 --- diff --git a/mcs/class/System.Xml.Linq/run-tests.test.bat b/mcs/class/System.Xml.Linq/run-tests.test.bat index a6cafceeb2d..fe93d9d5001 100644 --- a/mcs/class/System.Xml.Linq/run-tests.test.bat +++ b/mcs/class/System.Xml.Linq/run-tests.test.bat @@ -175,8 +175,8 @@ GOTO END GOTO END :END -rem copy %RUN_LOG% %OUTPUT_DIR% -rem copy %BUILD_LOG% %OUTPUT_DIR% -rem copy %GH_OUTPUT_XML% %OUTPUT_DIR% +copy %RUN_LOG% %OUTPUT_DIR% +copy %BUILD_LOG% %OUTPUT_DIR% +copy %GH_OUTPUT_XML% %OUTPUT_DIR% REM EXIT 0