From 67f75d5b4332f6bef2d1ea19803dc6092e6cbf3b Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Wed, 29 May 2019 08:04:48 +0900 Subject: Add TESTOPTS=-v for Wercker test-all --jit-wait because it's hard to identify which test causes a hang for now. --- wercker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wercker.yml') diff --git a/wercker.yml b/wercker.yml index 6e810a1ef3..8239dcfff1 100644 --- a/wercker.yml +++ b/wercker.yml @@ -98,7 +98,7 @@ mjit-test2: # --jit-wait (test-all) - script: name: make test-all (JIT wait) - code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTOPTS="--test-order=random --color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/jit-wait" + code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTOPTS="-v --test-order=random --color=never --job-status=normal --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/jit-wait" after-steps: - wantedly/pretty-slack-notify: -- cgit v1.2.3