summaryrefslogtreecommitdiff
path: root/tests/runtest.sh
diff options
context:
space:
mode:
authorSteve MacLean <sdmaclea@qti.qualcomm.com>2017-02-13 05:56:49 -0500
committerJan Vorlicek <janvorli@microsoft.com>2017-02-13 11:56:49 +0100
commit199739614911b8f7c9cd672cdd8225e22700fa3f (patch)
treed746581321738d1d94912291569be4bf3987a288 /tests/runtest.sh
parent2efbb9282c059eb9742ba5a59b8a1d52ac4dfa4c (diff)
downloadcoreclr-199739614911b8f7c9cd672cdd8225e22700fa3f.tar.gz
coreclr-199739614911b8f7c9cd672cdd8225e22700fa3f.tar.bz2
coreclr-199739614911b8f7c9cd672cdd8225e22700fa3f.zip
[Arm64/Unix] Remove misleading stress message (#9507)
* [Arm64/Unix] Remove misleading stress message
Diffstat (limited to 'tests/runtest.sh')
-rwxr-xr-xtests/runtest.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/runtest.sh b/tests/runtest.sh
index 8a917c3bf4..743e14eb99 100755
--- a/tests/runtest.sh
+++ b/tests/runtest.sh
@@ -1184,7 +1184,10 @@ then
scriptPath=$(dirname $0)
${scriptPath}/setup-runtime-dependencies.sh --outputDir=$coreOverlayDir
else
- echo "Skip preparing for GC stress test. Dependent package is not supported on this architecture."
+ if [ "$ARCH" != "arm64" ]
+ then
+ echo "Skip preparing for GC stress test. Dependent package is not supported on this architecture."
+ fi
fi
export __TestEnv=$testEnv