Skip to content

Commit 9d3abfe

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/aws_ec2_environment.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ def bastion_public_ip
9797
log "using bastion with ip #{ip_address}"
9898

9999
ip_address
100+
[]
100101
end
101102

102103
# Builds a +ProxyCommand+ that can be used with +ssh+ to connect through the bastion instance,

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)