ruby/tool/lib/test/unit
Kazuhiro NISHIYAMA 50bc7e7e9f
Add debug print
http://ci.rvm.jp/results/trunk-mjit@silicon-docker/2380788
```
test_all             #<Thread:0x000055b6c8e9fca8@/tmp/ruby/v2/src/trunk-mjit/tool/lib/test/unit/parallel.rb:42 run> terminated with exception (report_on_exception is true):
<internal:pack>:134:in `pack': no implicit conversion of false into String (TypeError)
	from /tmp/ruby/v2/src/trunk-mjit/tool/lib/test/unit/parallel.rb:160:in `_report'
	from /tmp/ruby/v2/src/trunk-mjit/tool/lib/test/unit/parallel.rb:45:in `block in _run_suite'
```
2019-11-09 15:20:52 +09:00
..
assertions.rb Catch syntax error even if fatal 2019-10-23 02:05:28 +09:00
core_assertions.rb Try to run assert_output_unchanged with racc tests 2019-10-31 08:39:48 +09:00
parallel.rb Add debug print 2019-11-09 15:20:52 +09:00
testcase.rb