From 4b9235f5674387cb25f029e3ee3a81f6508f1000 Mon Sep 17 00:00:00 2001 From: Ludovic Henry Date: Fri, 7 Apr 2017 20:56:59 -0400 Subject: [PATCH] [tests] Make stress testing more verbose (#4664) --- scripts/ci/run-test-stress-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1