mirror of
https://github.com/curl/curl.git
synced 2026-07-24 13:57:16 +03:00
runtests: fix newline glitch in FAIL details
Follow-up to bae5553599 #14174
This commit is contained in:
parent
bae5553599
commit
1dd71312bf
1 changed files with 2 additions and 1 deletions
|
|
@ -3070,7 +3070,8 @@ if($total) {
|
|||
|
||||
if($failed && ($ok != $total)) {
|
||||
my $failedsorted = numsortwords($failed);
|
||||
testnumdetails("\nFAIL", $failedsorted);
|
||||
logmsg "\n";
|
||||
testnumdetails("FAIL", $failedsorted);
|
||||
logmsg "\nTESTFAIL: These test cases failed: $failedsorted\n\n";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue