File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 191191
192192 my $sudo = $test -> {guest_port } < 1024 ? " sudo " : " " ;
193193 print $lima " ${sudo}${cmd} >$listener .${id} 2>/dev/null &\n " ;
194+ print " Running in guest: ${sudo}${cmd} >$listener .${id} 2>/dev/null &\n " ;
194195}
195196
196197# Make sure the guest- and hostagents had enough time to set up the forwards
211212 my $tcp_dest = $test -> {host_ip } =~ / :/ ? " TCP6:[$test ->{host_ip}]:$test ->{host_port}" : " TCP:$test ->{host_ip}:$test ->{host_port}" ;
212213 $cmd = $test -> {host_socket } eq " " ? " socat -u STDIN $tcp_dest ,connect-timeout=$connectionTimeout " : " socat -u STDIN UNIX-CONNECT:$test ->{host_socket}" ;
213214 }
214- print " Running: $cmd \n " ;
215+ print " Running in host : $cmd \n " ;
215216 open (my $netcat , " | $cmd " ) or die " Can't run '$cmd ': $! " ;
216217 print $netcat " $test ->{log_msg}\n " ;
217218 # Don't check for errors on close; macOS nc seems to return non-zero exit code even on success
You can’t perform that action at this time.
0 commit comments