projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85da41a
)
Testsuite: dump stdout for a force-continue
author
Jeremy Harris
<jgh146exb@wizmail.org>
Fri, 20 Oct 2017 14:40:42 +0000
(15:40 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Fri, 20 Oct 2017 14:40:42 +0000
(15:40 +0100)
test/runtest
patch
|
blob
|
blame
|
history
diff --git
a/test/runtest
b/test/runtest
index bdfe32b08cb06d1ca124ceb616892b71982af471..71ee0f68e1755c9cb8b55cf846f481119021e5e2 100755
(executable)
--- a/
test/runtest
+++ b/
test/runtest
@@
-3932,8
+3932,12
@@
foreach $test (@test_list)
}
if ($force_continue)
{
- print "\nstderr tail:\n";
+ print "\nstdout tail:\n";
+ print "==================>\n";
+ system("tail -20 test-stdout");
print "===================\n";
+ print "stderr tail:\n";
+ print "==================>\n";
system("tail -20 test-stderr");
print "===================\n";
print "... continue forced\n";