Skip to content

Commit

Permalink
SIGINT trap consistent with TERM behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
akostadinov committed May 27, 2019
1 parent cacfed8 commit 1abd8d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cucumber/cli/main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def trap_interrupt
exit_unable_to_finish! if Cucumber.wants_to_quit
Cucumber.wants_to_quit = true
STDERR.puts "\nExiting... Interrupt again to exit immediately."
exit_unable_to_finish
end
end

Expand Down

0 comments on commit 1abd8d0

Please sign in to comment.