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:
authorLarry Ewing <lewing@microsoft.com>2019-12-19 05:59:09 +0300
committerLarry Ewing <lewing@microsoft.com>2019-12-21 06:41:05 +0300
commit04b9e5cb8fd156242dbc280c89b5c50b3b70d5d0 (patch)
treec740679a8eeab3860d3b0eeae86bdc0499e089d5 /scripts/ci
parent166981268917e0c940df267163e254284083a7b5 (diff)
[wasm][debugger] rename the debugger target to run-debugger-tests
Diffstat (limited to 'scripts/ci')
-rwxr-xr-xscripts/ci/run-jenkins.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/run-jenkins.sh b/scripts/ci/run-jenkins.sh
index 17316063f9c..bd4516dd30a 100755
--- a/scripts/ci/run-jenkins.sh
+++ b/scripts/ci/run-jenkins.sh
@@ -353,7 +353,7 @@ if [[ ${CI_TAGS} == *'webassembly'* ]] || [[ ${CI_TAGS} == *'wasm'* ]];
${TESTCMD} --label=system-core --timeout=60m $gnumake -C sdks/wasm run-all-System.Core
for suite in ${xunit_test_suites}; do ${TESTCMD} --label=xunit-${suite} --timeout=30m $gnumake -C sdks/wasm run-${suite}-xunit; done
# disable for now until https://github.com/mono/mono/pull/13622 goes in
- #${TESTCMD} --label=debugger --timeout=20m $gnumake -C sdks/wasm test-debugger
+ ${TESTCMD} --label=debugger --timeout=20m $gnumake -C sdks/wasm run-debugger-tests
${TESTCMD} --label=browser --timeout=20m $gnumake -C sdks/wasm run-browser-tests
#${TESTCMD} --label=browser-threads --timeout=20m $gnumake -C sdks/wasm run-browser-threads-tests
${TESTCMD} --label=browser-dynamic --timeout=20m $gnumake -C sdks/wasm run-browser-dynamic-tests