Skip to content

Commit

Permalink
report the cause
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Mar 14, 2024
1 parent c8dd436 commit 052ca16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/e2e.t
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ sub spawn_process {
}
while (`netstat -na` !~ /^udp.*\s(127\.0\.0\.1|0\.0\.0\.0|\*)[\.:]$listen_port\s/m) {
if (waitpid($pid, WNOHANG) == $pid) {
die "failed to launch @{[$cmd->[0]]}";
die "failed to launch @{[$cmd->[0]]}:$?";
}
sleep 0.1;
}
Expand Down

0 comments on commit 052ca16

Please sign in to comment.