From 3fa109c73de2b56059f8b7204503efab40d66d86 Mon Sep 17 00:00:00 2001 From: Sejong Oh Date: Wed, 4 May 2016 14:06:16 -0700 Subject: Always download coredistools package runtest.sh/cmd currently downloads the coredistools package if COMPlus_GCStress variable is set by TestEnv or test-env options. This is a bit complicated and this doesn't work with a new option for GC stress testing in build/buildtest.cmd. This changeset moves downloading the coredistools package to buildtest.cmd where it takes gcstress option and downloads other packages. Linux build doesn't have buildtest.sh, so package donwloading is still in runtest.sh --- tests/runtest.cmd | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'tests/runtest.cmd') diff --git a/tests/runtest.cmd b/tests/runtest.cmd index d894c8e080..e5f6262ec8 100644 --- a/tests/runtest.cmd +++ b/tests/runtest.cmd @@ -300,18 +300,6 @@ if "%CORE_ROOT%" == "" ( echo %__MsgPrefix%Error: Ensure you have done a successful build of the Product and Run - runtest BuildArch BuildType {path to product binaries}. exit /b 1 ) -:: Pull down dependent packages needed for testing -setlocal -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 /arch %__BuildArch% /outputdir %CORE_ROOT% - if errorlevel 1 ( - echo Failed to donwload runtime packages - exit /b 1 - ) -) :: Long GC tests take about 10 minutes per test on average, so :: they often bump up against the default 10 minute timeout. -- cgit v1.2.3