We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 764633f commit 8cc33eaCopy full SHA for 8cc33ea
test-base/test_base.rb
@@ -111,8 +111,8 @@ def start_ruby_process(script)
111
else
112
status = wait_thr.value
113
end
114
- fail "ERROR: \"#{process}\" failed with exitstatus=#{status.exitstatus}" unless status.success?
115
@process_finished = true
+ fail "ERROR: \"#{process}\" failed with exitstatus=#{status.exitstatus}" unless status.success?
116
117
118
0 commit comments