Testsuite: dump stdout for a force-continue
authorJeremy Harris <jgh146exb@wizmail.org>
Fri, 20 Oct 2017 14:40:42 +0000 (15:40 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Fri, 20 Oct 2017 14:40:42 +0000 (15:40 +0100)
test/runtest

index bdfe32b08cb06d1ca124ceb616892b71982af471..71ee0f68e1755c9cb8b55cf846f481119021e5e2 100755 (executable)
@@ -3932,8 +3932,12 @@ foreach $test (@test_list)
        }
         if ($force_continue)
           {
        }
         if ($force_continue)
           {
-          print "\nstderr tail:\n";
+          print "\nstdout tail:\n";
+          print "==================>\n";
+          system("tail -20 test-stdout");
           print "===================\n";
           print "===================\n";
+          print "stderr tail:\n";
+          print "==================>\n";
           system("tail -20 test-stderr");
           print "===================\n";
           print "... continue forced\n";
           system("tail -20 test-stderr");
           print "===================\n";
           print "... continue forced\n";