summaryrefslogtreecommitdiff
path: root/tests/runtest.cmd
diff options
context:
space:
mode:
authorRama krishnan Raghupathy <ramarag@microsoft.com>2015-02-02 16:12:13 -0800
committerRama krishnan Raghupathy <ramarag@microsoft.com>2015-02-02 16:12:13 -0800
commit4cd70e50d9c6cc261df65c0e7732391b8264b9f2 (patch)
treea06812fd0d30b13864d0e2faabe5afbe5253e56e /tests/runtest.cmd
parent74f5c510841820323c14741882e2d85a158bcff1 (diff)
downloadcoreclr-4cd70e50d9c6cc261df65c0e7732391b8264b9f2.tar.gz
coreclr-4cd70e50d9c6cc261df65c0e7732391b8264b9f2.tar.bz2
coreclr-4cd70e50d9c6cc261df65c0e7732391b8264b9f2.zip
Update runtest.cmd
Diffstat (limited to 'tests/runtest.cmd')
-rw-r--r--tests/runtest.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtest.cmd b/tests/runtest.cmd
index 8931b46a47..889b3c073f 100644
--- a/tests/runtest.cmd
+++ b/tests/runtest.cmd
@@ -106,7 +106,7 @@ echo "Using Default Core_Root as %Core_Root% "
echo "Copying Built binaries from %__BinDir% to %Core_Root%"
if exist %Core_Root% rd /s /q %Core_Root%
md %Core_Root%
-echo d | xcopy /s %__BinDir% %Core_Root%
+xcopy /s %__BinDir% %Core_Root%
call :runtests
IF %BUILDERRORLEVEL% NEQ 0 echo Test Run failed. Refer %__TestRunBuildLog% for details. && exit /b %BUILDERRORLEVEL%