Skip to content

Commit 1e08402

Browse files
committed
process info printing in rescue fixed
1 parent 6786319 commit 1e08402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-base/test_base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def start_ruby_process(script)
112112
status = wait_thr.value
113113
end
114114
@process_finished = true
115-
fail "ERROR: \"#{process}\" failed with exitstatus=#{status.exitstatus}" unless status.success?
115+
fail "ERROR: \"#{Process}\" failed with exitstatus=#{status.exitstatus}" unless status.success?
116116
end
117117

118118
end

0 commit comments

Comments
 (0)