From: Ludovic Henry Date: Sat, 8 Apr 2017 00:56:59 +0000 (-0400) Subject: [tests] Make stress testing more verbose (#4664) X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=4b9235f5674387cb25f029e3ee3a81f6508f1000 [tests] Make stress testing more verbose (#4664) --- 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