Skip to content

Commit

Permalink
attempt to maintain compatability with previous fix simplecov-ruby#213
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanrs committed Jan 6, 2014
1 parent 79b7e65 commit 9c7c394
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/simplecov/defaults.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
SimpleCov::CommandGuesser.original_run_command = "#{$0} #{ARGV.join(" ")}"

at_exit do
@exit_status = nil

if $! # was an exception thrown?
# if it was a SystemExit, use the accompanying status
Expand Down

0 comments on commit 9c7c394

Please sign in to comment.