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:
authorLudovic Henry <ludovic@xamarin.com>2017-04-08 03:56:59 +0300
committerGitHub <noreply@github.com>2017-04-08 03:56:59 +0300
commit4b9235f5674387cb25f029e3ee3a81f6508f1000 (patch)
tree2c4f955358d17f887f59e4c31ce5f7789f42643f /scripts
parentf64c3798c840a44a3d555f323ca8e9434c7c6500 (diff)
[tests] Make stress testing more verbose (#4664)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/run-test-stress-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/run-test-stress-tests.sh b/scripts/ci/run-test-stress-tests.sh
index 32d9f84c708..87c1cdc7c10 100755
--- a/scripts/ci/run-test-stress-tests.sh
+++ b/scripts/ci/run-test-stress-tests.sh
@@ -1,3 +1,3 @@
#!/bin/bash -e
-${TESTCMD} --label=check-stress --timeout=12h make -C mono/tests check-stress
+${TESTCMD} --label=check-stress --timeout=12h make -w -C mono/tests -k check-stress V=1 CI=1