Skip to content

Commit

Permalink
Fixed default CI spec exit status.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Jul 14, 2015
1 parent 14b60c2 commit abab1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -79,7 +79,7 @@ $CC = ENV['CC']
class SpecRunner

@at_exit_handler_set = false
@at_exit_status = 1
@at_exit_status = 0
@flags = nil

def self.at_exit_status
Expand Down

0 comments on commit abab1ad

Please sign in to comment.