Project

General

Profile

Bug #1306 ยป testunit.patch

ib/test/unit.rb: explicitly calling object#exit instead of IRB.exit - dmitryelastic (d .), 03/22/2009 05:47 AM

View differences:

lib/test/unit.rb (working copy)
at_exit do
unless $! || Test::Unit.run?
exit Test::Unit::AutoRunner.run
Kernel.exit Test::Unit::AutoRunner.run
end
end
    (1-1/1)