Testsuite: in force-continue mode, always dump any unexpected paniclog files
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 26 Feb 2017 14:19:27 +0000 (14:19 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 26 Feb 2017 14:19:27 +0000 (14:19 +0000)
test/runtest

index 6b6586c10e0940707ade5e880053e7cf389a0181..745b360cf5e6e14528cd2f1ee47af3c0c9281c7a 100755 (executable)
@@ -1278,8 +1278,8 @@ if (! -e $sf_current)
       log_failure($log_failed_filename, $testno, $rf);
       log_test($log_summary_filename, $testno, 'F') if ($force_continue);
     }
-    return 1 if /^c$/i;
-    last if (/^s$/);
+    return 1 if /^c$/i && $rf !~ /paniclog/ && $rsf !~ /paniclog/;
+    last if (/^[sc]$/);
     }
 
   foreach $f ($rf, $rsf)