diff --git a/tests/runtests.pl b/tests/runtests.pl index a87c46ef3b..9cc9ef1dfa 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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"; } }