Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2018-12-20 21:46:22 +0300
committerGitHub <noreply@github.com>2018-12-20 21:46:22 +0300
commitddf6249c1d1879b386acfafd000334bdd5a0310d (patch)
tree89f05e9a5b1d9c635b74ca9817e74e00725601e8 /runtime
parentccd7b52ca8a70d6aed6667e2d2f0d496f596a941 (diff)
Update Helix SDK to latest version (#12156)
They added retry logic inside of the SDK to deal with some expected Helix API responses.
Diffstat (limited to 'runtime')
-rwxr-xr-xruntime/mono-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/mono-test.sh b/runtime/mono-test.sh
index d07ce9c0b37..152608199ae 100755
--- a/runtime/mono-test.sh
+++ b/runtime/mono-test.sh
@@ -283,6 +283,6 @@ if [ "$test_suite" = "--runtime" ]; then
cd tests/runtime || exit 1
# TODO: only ported runtest-managed for now
- "${MONO_EXECUTABLE}" --config "$r/_tmpinst/etc/mono/config" --debug test-runner.exe --verbose --xunit "${xunit_results_path}" --config tests-config --runtime "${MONO_EXECUTABLE}" --mono-path "$r/net_4_x" -j a --testsuite-name "runtime" --timeout 300 --disabled "$DISABLED_TESTS" $(cat runtime-test-list.txt)
+ "${MONO_EXECUTABLE}" --config "$r/_tmpinst/etc/mono/config" --debug test-runner.exe --verbose --xunit "${xunit_results_path}" --config tests-config --runtime "${MONO_EXECUTABLE}" --mono-path "$r/net_4_x" -j a --testsuite-name "runtime" --timeout 300 --disabled "$DISABLED_TESTS" --input-file runtime-test-list.txt
exit $?
fi