Always download coredistools package
authorSejong Oh <sejooh@microsoft.com>
Wed, 4 May 2016 21:06:16 +0000 (14:06 -0700)
committerSejong Oh <sejooh@microsoft.com>
Tue, 17 May 2016 01:00:29 +0000 (18:00 -0700)
commitbc7e5ba97d48e968fc8d827a337ca9cf1202d544
treef0ff471f9d6e2e97f5375eef7fc5f8085c58b1c4
parentcc56ab2e9b245c5b2241abdf1eb83936deca05ec
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

Commit migrated from https://github.com/dotnet/coreclr/commit/3fa109c73de2b56059f8b7204503efab40d66d86
src/coreclr/build.sh
src/coreclr/tests/buildtest.cmd
src/coreclr/tests/runtest.cmd
src/coreclr/tests/runtest.sh
src/coreclr/tests/setup-runtime-dependencies.cmd