test-boosters
test-boosters copied to clipboard
rspec_booster command sometimes exits with status 0 although tests failed
The issue is in this part: https://github.com/renderedtext/test-boosters/blob/master/lib/test_boosters/shell.rb#L11-L24
Sometimes 0 is being returned for $?.exitstatus but $?.exited? returns false.