summaryrefslogtreecommitdiff
path: root/build-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-test.sh')
-rwxr-xr-xbuild-test.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/build-test.sh b/build-test.sh
index 81b59eb3cc..d845185bcd 100755
--- a/build-test.sh
+++ b/build-test.sh
@@ -154,10 +154,6 @@ generate_layout()
# Make sure to copy over the pulled down packages
cp -r $__BinDir/* $CORE_ROOT/ > /dev/null
-
- nextCommand="\"$__TestDir/setup-stress-dependencies.sh\" --outputDir=$CORE_ROOT"
- echo "Resolve runtime dependences via $nextCommand"
- eval $nextCommand
}
generate_testhost()