Skip to content

Commit c652018

Browse files
committed
test: cause a failure
1 parent 1f96dfe commit c652018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/aws_ec2_environment/ssm_port_forwarding_session.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def update_cmd_output
115115
# do nothing as we don't want to block
116116
rescue Errno::EIO
117117
output = @cmd_output.strip
118-
output = "<nothing was outputted by process>" if output.empty?
118+
# output = "<nothing was outputted by process>" if output.empty?
119119

120120
raise SessionProcessError, output
121121
end

0 commit comments

Comments
 (0)