[Arm64/Unix] Remove misleading stress message (#9507)
authorSteve MacLean <sdmaclea@qti.qualcomm.com>
Mon, 13 Feb 2017 10:56:49 +0000 (05:56 -0500)
committerJan Vorlicek <janvorli@microsoft.com>
Mon, 13 Feb 2017 10:56:49 +0000 (11:56 +0100)
* [Arm64/Unix] Remove misleading stress message

tests/runtest.sh

index 8a917c3..743e14e 100755 (executable)
@@ -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