Skip to content

Commit

Permalink
process info printing in rescue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ViugiNick committed Dec 19, 2017
1 parent 6786319 commit 1e08402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-base/test_base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def start_ruby_process(script)
status = wait_thr.value
end
@process_finished = true
fail "ERROR: \"#{process}\" failed with exitstatus=#{status.exitstatus}" unless status.success?
fail "ERROR: \"#{Process}\" failed with exitstatus=#{status.exitstatus}" unless status.success?
end

end
Expand Down

0 comments on commit 1e08402

Please sign in to comment.