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