summaryrefslogtreecommitdiff
path: root/tests/runtest.cmd
diff options
context:
space:
mode:
authorMike Danes <onemihaid@hotmail.com>2017-06-02 10:41:59 +0300
committerMike Danes <onemihaid@hotmail.com>2017-06-13 22:38:14 +0300
commitd25f56be196776131984841de94473e49ee12e39 (patch)
treeff090dc5dd84608c1dfbc167f82d5802e0993254 /tests/runtest.cmd
parente977dde4c5f5210447564ca8779d3c6c00eaf7c1 (diff)
downloadcoreclr-d25f56be196776131984841de94473e49ee12e39.tar.gz
coreclr-d25f56be196776131984841de94473e49ee12e39.tar.bz2
coreclr-d25f56be196776131984841de94473e49ee12e39.zip
Do not copy bin subdirectories to test core_root
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 2a81ec6f3f..675f1f4cad 100644
--- a/tests/runtest.cmd
+++ b/tests/runtest.cmd
@@ -180,7 +180,7 @@ echo %__MsgPrefix%Using Default CORE_ROOT as %CORE_ROOT%
echo %__MsgPrefix%Copying Built binaries from %__BinDir% to %CORE_ROOT%
if exist "%CORE_ROOT%" rd /s /q "%CORE_ROOT%"
md "%CORE_ROOT%"
-xcopy /s "%__BinDir%" "%CORE_ROOT%"
+xcopy "%__BinDir%" "%CORE_ROOT%"
:SkipCoreRootSetup