summaryrefslogtreecommitdiff
path: root/tests/runtest.sh
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2018-03-28 14:07:26 -0700
committerGitHub <noreply@github.com>2018-03-28 14:07:26 -0700
commit41c0e4f260e238f232acc7895e7e628947cfe131 (patch)
tree2f389dbbf753725217ec2bab58a422a43eebda08 /tests/runtest.sh
parent9c32fda3feb190f60934ffc0de7a328e0506e367 (diff)
parentb9ecdcd30d5679056dcd1d74045d3b10c253e02d (diff)
downloadcoreclr-41c0e4f260e238f232acc7895e7e628947cfe131.tar.gz
coreclr-41c0e4f260e238f232acc7895e7e628947cfe131.tar.bz2
coreclr-41c0e4f260e238f232acc7895e7e628947cfe131.zip
Merge pull request #17303 from BruceForstall/EnableUbuntuArmGCStressJobsMaster
Enable Linux arm32 GCStress jobs
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 baa57e43b1..8ded8c33bf 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