Skip to content

Commit

Permalink
We want the runner to not exit when done
Browse files Browse the repository at this point in the history
And instead report the number of failures.
  • Loading branch information
deivid-rodriguez authored and bbatsov committed Oct 31, 2018
1 parent e759304 commit 18eaa7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/spec_runner.rake
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module RuboCop
def initialize(rspec_args)
super(Framework.new(rspec_args))

@exit_when_done = true
@exit_when_done = false
end

def run_worker(iterator)
Expand Down

0 comments on commit 18eaa7a

Please sign in to comment.