aboutsummaryrefslogtreecommitdiffstats
path: root/wercker.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-05-29 08:04:48 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-05-29 08:04:49 +0900
commit67f75d5b4332f6bef2d1ea19803dc6092e6cbf3b (patch)
tree0b1244b5aada6a4f261efc3cba67a46578934f42 /wercker.yml
parent8d837431709c004a0fcd0a9f7f811ced04a040d7 (diff)
downloadruby-67f75d5b4332f6bef2d1ea19803dc6092e6cbf3b.tar.gz
Add TESTOPTS=-v for Wercker test-all --jit-wait
because it's hard to identify which test causes a hang for now.
Diffstat (limited to 'wercker.yml')
-rw-r--r--wercker.yml2
1 files changed, 1 insertions, 1 deletions
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: