summaryrefslogtreecommitdiff
path: root/tests/runtest.sh
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2018-03-27 12:22:38 -0700
committerBruce Forstall <brucefo@microsoft.com>2018-03-28 13:42:36 -0700
commitb9ecdcd30d5679056dcd1d74045d3b10c253e02d (patch)
tree71fb5f661a1e4bb30cdc202af9fa5995e01e7ecb /tests/runtest.sh
parenta79ca6566567188a408cfcf4859286fc87e5c449 (diff)
downloadcoreclr-b9ecdcd30d5679056dcd1d74045d3b10c253e02d.tar.gz
coreclr-b9ecdcd30d5679056dcd1d74045d3b10c253e02d.tar.bz2
coreclr-b9ecdcd30d5679056dcd1d74045d3b10c253e02d.zip
Enable Linux arm32 GCStress jobs
Non-PR jobs (cron and push) are disabled for now.
Diffstat (limited to 'tests/runtest.sh')
-rwxr-xr-xtests/runtest.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/runtest.sh b/tests/runtest.sh
index d0eea533d8..5f94facf86 100755
--- a/tests/runtest.sh
+++ b/tests/runtest.sh
@@ -1333,11 +1333,8 @@ 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
+elif [ "$ARCH" != "arm64" ] && [ "$ARCH" != "arm" ]; then
+ echo "Skip preparing for GC stress test. Dependent package is not supported on this architecture."
fi
export __TestEnv=$testEnv