summaryrefslogtreecommitdiff
path: root/tests/runtest.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtest.cmd')
-rw-r--r--tests/runtest.cmd7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/runtest.cmd b/tests/runtest.cmd
index 80ed02691a..3979486050 100644
--- a/tests/runtest.cmd
+++ b/tests/runtest.cmd
@@ -286,8 +286,13 @@ if defined __TestEnv call %__TestEnv%
if defined COMPlus_GCStress set __Result=true
endlocal & set __IsGCTest=%__Result%
if "%__IsGCTest%"=="true" (
- call tests\setup-runtime-dependencies.cmd /outputdir %CORE_ROOT%
+ tests\setup-runtime-dependencies.cmd /arch %__BuildArch% /outputdir %CORE_ROOT%
+ if errorlevel 1 (
+ echo Failed to donwload runtime packages
+ exit /b 1
+ )
)
+
set __BuildLogRootName=Tests_GenerateRuntimeLayout
call :msbuild "%__ProjectFilesDir%\runtest.proj" /p:GenerateRuntimeLayout=true
if errorlevel 1 (