summaryrefslogtreecommitdiff
path: root/tests/runtest.sh
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2017-06-05 13:17:25 -0700
committerwtgodbe <wigodbe@microsoft.com>2017-06-05 13:26:01 -0700
commit407d13b004c982a70d0aa081245ddc3a5fdbfa75 (patch)
tree9031c20678f331633d46d32b5248ea97e2ec8aa4 /tests/runtest.sh
parentbe28ab1ad1159f784254e4a77e2fe9cd99dc34c8 (diff)
downloadcoreclr-407d13b004c982a70d0aa081245ddc3a5fdbfa75.tar.gz
coreclr-407d13b004c982a70d0aa081245ddc3a5fdbfa75.tar.bz2
coreclr-407d13b004c982a70d0aa081245ddc3a5fdbfa75.zip
Explicitly download correct version of CoreDisTools package
Diffstat (limited to 'tests/runtest.sh')
-rwxr-xr-xtests/runtest.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/runtest.sh b/tests/runtest.sh
index 439bbb66e6..82bbaff7e7 100755
--- a/tests/runtest.sh
+++ b/tests/runtest.sh
@@ -1202,6 +1202,18 @@ else
load_failing_tests
fi
+# Other architectures are not supported yet.
+if [ "$ARCH" == "x64" ]
+then
+ scriptPath=$(dirname $0)
+ ${scriptPath}/setup-stress-dependencies.sh --outputDir=$coreOverlayDir
+else
+ if [ "$ARCH" != "arm64" ]
+ then
+ echo "Skip preparing for GC stress test. Dependent package is not supported on this architecture."
+ fi
+fi
+
export __TestEnv=$testEnv
cd "$testRootDir"