runtests.pl tweak name

This commit is contained in:
Viktor Szakats 2025-07-12 11:39:00 +02:00
parent 9f99d6a913
commit 9acecae0f9
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -3127,8 +3127,8 @@ foreach my $runnerid (values %runnerids) {
# Wait for servers to stop
my $unexpected;
foreach my $runnerid (values %runnerids) {
my ($rid, $unexpected_per_runner, $logs) = runnerar($runnerid);
$unexpected ||= $unexpected_per_runner;
my ($rid, $unexpected_for_runner, $logs) = runnerar($runnerid);
$unexpected ||= $unexpected_for_runner;
logmsg $logs;
}