diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-07-25 21:42:24 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-07-25 21:42:24 +0100 |
commit | eecbe95ef329cfa1ae341867fcf423de86413bb6 (patch) | |
tree | a53043bd3c6a6e4c8a02dec790f53af43f244812 | |
parent | aaabfafe3fb76b1e09a68317ef4b3d5bc94fa9be (diff) |
Testsuite: try to trace intermittent callout fails
-rwxr-xr-x | test/runtest | 4 | ||||
-rw-r--r-- | test/scripts/0000-Basic/0581 | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest index a7b265b96..f5e4063a8 100755 --- a/test/runtest +++ b/test/runtest @@ -4229,6 +4229,10 @@ foreach $test (@test_list) print "==================>\n"; system("tail -20 test-stderr"); print "===================\n"; + print "stderr-server tail:\n"; + print "==================>\n"; + system("tail -20 test-stderr-server"); + print "===================\n"; print "... continue forced\n"; } diff --git a/test/scripts/0000-Basic/0581 b/test/scripts/0000-Basic/0581 index f0ce3bcd7..0fb3b4c58 100644 --- a/test/scripts/0000-Basic/0581 +++ b/test/scripts/0000-Basic/0581 @@ -125,7 +125,7 @@ QUIT 221 Bye **** # -exim -DSERVER=server -bd -oX PORT_D +exim -d+all -DSERVER=server -bd -oX PORT_D **** # client 127.0.0.1 PORT_D @@ -261,4 +261,5 @@ killdaemon # # no_stdout_check +no_stderr_check no_msglog_check |