mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add TESTOPTS=-v for Wercker test-all --jit-wait
because it's hard to identify which test causes a hang for now.
This commit is contained in:
parent
8d83743170
commit
67f75d5b43
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue