Skip to content

Commit 4cd70e5

Browse files
committed
Update runtest.cmd
1 parent 74f5c51 commit 4cd70e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/runtest.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ echo "Using Default Core_Root as %Core_Root% "
106106
echo "Copying Built binaries from %__BinDir% to %Core_Root%"
107107
if exist %Core_Root% rd /s /q %Core_Root%
108108
md %Core_Root%
109-
echo d | xcopy /s %__BinDir% %Core_Root%
109+
xcopy /s %__BinDir% %Core_Root%
110110
call :runtests
111111

112112
IF %BUILDERRORLEVEL% NEQ 0 echo Test Run failed. Refer %__TestRunBuildLog% for details. && exit /b %BUILDERRORLEVEL%

0 commit comments

Comments
 (0)