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:
authorBernhard Urban <bernhard.urban@xamarin.com>2017-11-06 17:53:03 +0300
committerBernhard Urban <bernhard.urban@xamarin.com>2017-11-06 22:20:01 +0300
commit43f03233f3a839978c25b8c1a205116cfaf090b4 (patch)
tree62468b82135802e688384e0df699c6a0e90186c3 /scripts
parent1a79065f8cd9f128e6e527e5d573111f794ce288 (diff)
[interp] enable Mono.Debugger.Soft tests on CI
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/run-test-interpreter.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ci/run-test-interpreter.sh b/scripts/ci/run-test-interpreter.sh
index 49b13d0e93c..2f549bdae1f 100755
--- a/scripts/ci/run-test-interpreter.sh
+++ b/scripts/ci/run-test-interpreter.sh
@@ -9,3 +9,4 @@ ${TESTCMD} --label=compile-runtime-tests --timeout=40m make -w -C mono/tests -j4
${TESTCMD} --label=runtime-interp --timeout=160m make -w -C mono/tests -k testinterp V=1 CI=1 CI_PR=${ghprbPullId}
${TESTCMD} --label=corlib --timeout=160m make -w -C mcs/class/corlib run-test V=1
if [[ ${label} != 'debian-8-armhf' ]]; then ${TESTCMD} --label=mcs-tests --timeout=160m make -w -C mcs/tests -k check-interp V=1; fi
+${TESTCMD} --label=Mono.Debugger.Soft --timeout=5m make -w -C mcs/class/Mono.Debugger.Soft run-test V=1