1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/tool/lib/test/unit
Yusuke Endoh 409e4ab740 tool/lib/test/unit/parallel.rb: fail explicitly when failing to get io
`(ulimit -n 30; make test-tool)` fails with unexplicit message:
"undefined method `write' for nil:NilClass" due to lack of stdout.

This change makes it explicit.  [Bug #5577]
2019-12-03 17:26:12 +09:00
..
assertions.rb Catch syntax error even if fatal 2019-10-23 02:05:28 +09:00
core_assertions.rb [ruby/fileutils] Fix test failure under ruby 2.4 2019-12-01 08:23:05 +09:00
parallel.rb tool/lib/test/unit/parallel.rb: fail explicitly when failing to get io 2019-12-03 17:26:12 +09:00
testcase.rb