Skip to content

Commit abab1ad

Browse files
committedJul 14, 2015
Fixed default CI spec exit status.
1 parent 14b60c2 commit abab1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ $CC = ENV['CC']
7979
class SpecRunner
8080

8181
@at_exit_handler_set = false
82-
@at_exit_status = 1
82+
@at_exit_status = 0
8383
@flags = nil
8484

8585
def self.at_exit_status

0 commit comments

Comments
 (0)
Please sign in to comment.