summaryrefslogtreecommitdiff
path: root/tests/runtest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtest.sh')
-rwxr-xr-xtests/runtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtest.sh b/tests/runtest.sh
index 309ad83190..2366da20ed 100755
--- a/tests/runtest.sh
+++ b/tests/runtest.sh
@@ -758,7 +758,7 @@ load_failing_tests
if [ -n "$COMPlus_GCStress" ]; then
scriptPath=$(dirname $0)
- ${scriptPath}/setup-gcstress.sh --outputDir=$coreOverlayDir
+ ${scriptPath}/setup-runtime-dependencies.sh --outputDir=$coreOverlayDir
if [ $? -ne 0 ]
then
echo 'Failed to download coredistools library'