[tests] Make stress testing more verbose (#4664)
authorLudovic Henry <ludovic@xamarin.com>
Sat, 8 Apr 2017 00:56:59 +0000 (20:56 -0400)
committerGitHub <noreply@github.com>
Sat, 8 Apr 2017 00:56:59 +0000 (20:56 -0400)
scripts/ci/run-test-stress-tests.sh

index 32d9f84c708098e0901368b2f574ff22be005b31..87c1cdc7c108b78951c9fad3c3101ffcbe61c331 100755 (executable)
@@ -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