mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
minitest/unit.rb: flush messages
* test/lib/minitest/unit.rb (MiniTest::Unit#_run_suite): flush messages after each tests. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
981ab867f7
commit
98a2dfe7f6
1 changed files with 1 additions and 0 deletions
|
|
@ -948,6 +948,7 @@ module MiniTest
|
||||||
print "%.2f s = " % (Time.now - start_time) if @verbose
|
print "%.2f s = " % (Time.now - start_time) if @verbose
|
||||||
print result
|
print result
|
||||||
puts if @verbose
|
puts if @verbose
|
||||||
|
$stdout.flush
|
||||||
|
|
||||||
leakchecker.check("#{inst.class}\##{inst.__name__}")
|
leakchecker.check("#{inst.class}\##{inst.__name__}")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue