From d25f56be196776131984841de94473e49ee12e39 Mon Sep 17 00:00:00 2001 From: Mike Danes Date: Fri, 2 Jun 2017 10:41:59 +0300 Subject: Do not copy bin subdirectories to test core_root --- build-test.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-test.cmd') diff --git a/build-test.cmd b/build-test.cmd index 6291f502ec..859ce76ec5 100644 --- a/build-test.cmd +++ b/build-test.cmd @@ -286,7 +286,7 @@ if exist "%CORE_ROOT%" rd /s /q "%CORE_ROOT%" if exist "%CORE_ROOT_STAGE%" rd /s /q "%CORE_ROOT_STAGE%" md "%CORE_ROOT%" md "%CORE_ROOT_STAGE%" -xcopy /s "%__BinDir%" "%CORE_ROOT_STAGE%" +xcopy "%__BinDir%" "%CORE_ROOT_STAGE%" if defined __BuildAgainstPackagesArg ( -- cgit v1.2.3