[tests] Make stress testing more verbose (#4664)
[mono.git] / 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