1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Resurrect travis_wait for test-all

as we dropped -v.
This commit is contained in:
Takashi Kokubun 2019-08-12 13:45:55 +09:00
parent 63d3c4fecd
commit b1ad628cdf
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -495,7 +495,7 @@ before_script:
script:
- $SETARCH make -s test -o showflags TESTOPTS="${TESTOPTS=$JOBS -q --tty=no}"
- $SETARCH make -s test-all -o exts TESTOPTS="${TESTOPTS} ${TEST_ALL_OPTS}" RUBYOPT="-w"
- travis_wait 50 $SETARCH make -s test-all -o exts TESTOPTS="${TESTOPTS} ${TEST_ALL_OPTS}" RUBYOPT="-w"
- $SETARCH make -s test-spec MSPECOPT=-ff # not using `-j` because sometimes `mspec -j` silently dies
- $SETARCH make -s -o showflags leaked-globals