mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:23:31 +03:00
rename variable, drop exception
This commit is contained in:
parent
3dc6cf96c4
commit
cb056a7ee1
3 changed files with 3 additions and 4 deletions
|
|
@ -3127,8 +3127,8 @@ foreach my $runnerid (values %runnerids) {
|
|||
# Wait for servers to stop
|
||||
my $unexpected;
|
||||
foreach my $runnerid (values %runnerids) {
|
||||
my ($rid, $unexpect, $logs) = runnerar($runnerid);
|
||||
$unexpected ||= $unexpect;
|
||||
my ($rid, $unexpected_per_runner, $logs) = runnerar($runnerid);
|
||||
$unexpected ||= $unexpected_per_runner;
|
||||
logmsg $logs;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue