mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed LocalJumpError
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ec52a63792
commit
464efd977f
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ module MiniTest
|
|||
|
||||
def self.autorun
|
||||
at_exit {
|
||||
return if $! # don't run if there was an exception
|
||||
next if $! # don't run if there was an exception
|
||||
exit_code = MiniTest::Unit.new.run(ARGV)
|
||||
exit false if exit_code && exit_code != 0
|
||||
} unless @@installed_at_exit
|
||||
|
|
Loading…
Reference in a new issue