summaryrefslogtreecommitdiff
path: root/build-test.sh
diff options
context:
space:
mode:
authorSergey Andreenko <seandree@microsoft.com>2019-03-22 22:13:12 -0700
committerGitHub <noreply@github.com>2019-03-22 22:13:12 -0700
commit22c4ff5c1d339119c12547ac2d1b35211162df49 (patch)
tree29bf27b10d91a16b66b1f147d13c272d0ec7f057 /build-test.sh
parent125e7c95e72629d5eb560844791c0b3507973998 (diff)
downloadcoreclr-22c4ff5c1d339119c12547ac2d1b35211162df49.tar.gz
coreclr-22c4ff5c1d339119c12547ac2d1b35211162df49.tar.bz2
coreclr-22c4ff5c1d339119c12547ac2d1b35211162df49.zip
Add call to setup-stress-dependencies.sh to build-test.sh. (#23354)
* Add call to setup-stress-dependencies.sh to build-test.sh. * Fix args. * hack __DistroRid * Do not use bash source. * Do not use bash source 2. * Fix init-distro-rid permissions. * Fix tabs. * return deleted source where it was needed
Diffstat (limited to 'build-test.sh')
-rwxr-xr-xbuild-test.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/build-test.sh b/build-test.sh
index d845185bcd..81b59eb3cc 100755
--- a/build-test.sh
+++ b/build-test.sh
@@ -154,6 +154,10 @@ 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()