Test::Unit bug?

G

George Malamidis

Hello,

Not sure if anyone's noticed this before, but there's bug in
Test::Unit's unit.rb :

at_exit do
unless $! || Test::Unit.run?
exit Test::Unit::AutoRunner.run
end
end

Can you spot the bug? You have to do

Test::Unit.run = true

in order to disable the AutoRunner.

George
 
R

Ryan Davis

Hello,

Not sure if anyone's noticed this before, but there's bug in
Test::Unit's unit.rb :

at_exit do
unless $! || Test::Unit.run?
exit Test::Unit::AutoRunner.run
end
end

Can you spot the bug? You have to do

Test::Unit.run = true

in order to disable the AutoRunner.

or just don't include 'test/unit'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,135
Latest member
VeronaShap
Top