diff --git a/.github/scripts/codespell-ignore.txt b/.github/scripts/codespell-ignore.txt index e20faf9dfe..bcf202bbed 100644 --- a/.github/scripts/codespell-ignore.txt +++ b/.github/scripts/codespell-ignore.txt @@ -30,7 +30,6 @@ strat te ths ttests -unexpect varius wast wit diff --git a/.github/scripts/typos.toml b/.github/scripts/typos.toml index f86c5a0137..01fba7c838 100644 --- a/.github/scripts/typos.toml +++ b/.github/scripts/typos.toml @@ -7,5 +7,5 @@ extend-ignore-identifiers-re = [ "[A-Za-z]{2,3}", "(admi|alue|CLEA|clen|dout|inex|HELO|helo|htpt|PARM|parm|PASE)", "(couter|HEADE|numer|optin|parms|stati|ttests)", - "(Januar|passin|Passiv|perfec|PUNICODE|TEMPLAT|unexpect|varius)", + "(Januar|passin|Passiv|perfec|PUNICODE|TEMPLAT|varius)", ] diff --git a/tests/runtests.pl b/tests/runtests.pl index ced595e559..6702855f0c 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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; }