[exim-cvs] Testsuite: try to trace intermittent callout fail…

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Testsuite: try to trace intermittent callout fails
Gitweb: https://git.exim.org/exim.git/commitdiff/eecbe95ef329cfa1ae341867fcf423de86413bb6
Commit:     eecbe95ef329cfa1ae341867fcf423de86413bb6
Parent:     aaabfafe3fb76b1e09a68317ef4b3d5bc94fa9be
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Thu Jul 25 21:42:24 2019 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Thu Jul 25 21:42:24 2019 +0100


    Testsuite: try to trace intermittent callout fails
---
 test/runtest                 | 4 ++++
 test/scripts/0000-Basic/0581 | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)


diff --git a/test/runtest b/test/runtest
index a7b265b..f5e4063 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 f0ce3bc..0fb3b4c 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