1
0
Fork 0
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:
Takashi Kokubun 2019-05-29 08:04:48 +09:00
parent 8d83743170
commit 67f75d5b43
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -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: