We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f5c51 commit 4cd70e5Copy full SHA for 4cd70e5
tests/runtest.cmd
@@ -106,7 +106,7 @@ echo "Using Default Core_Root as %Core_Root% "
106
echo "Copying Built binaries from %__BinDir% to %Core_Root%"
107
if exist %Core_Root% rd /s /q %Core_Root%
108
md %Core_Root%
109
-echo d | xcopy /s %__BinDir% %Core_Root%
+xcopy /s %__BinDir% %Core_Root%
110
call :runtests
111
112
IF %BUILDERRORLEVEL% NEQ 0 echo Test Run failed. Refer %__TestRunBuildLog% for details. && exit /b %BUILDERRORLEVEL%
0 commit comments