diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-10-20 23:20:57 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-10-20 23:52:55 +0100 |
commit | cb63e7df39c6b128c36754295490316a18104fd2 (patch) | |
tree | 23748307d9b80c1dbe86966604a5f872c46738d4 /src | |
parent | 9bfb7e1bec2b3b6022c2e7b42df9ac606693dcfd (diff) |
Testsuite: make debug output for proxied TLS less indeterminate
Diffstat (limited to 'src')
-rw-r--r-- | src/src/transports/smtp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src/transports/smtp.c b/src/src/transports/smtp.c index 3b4aea192..016f9783f 100644 --- a/src/src/transports/smtp.c +++ b/src/src/transports/smtp.c @@ -3513,6 +3513,7 @@ propagate it from the initial _exit(pid < 0 ? EXIT_FAILURE : EXIT_SUCCESS); } smtp_proxy_tls(sx.buffer, sizeof(sx.buffer), pfd[0], sx.ob->command_timeout); + if (running_in_test_harness) millisleep(100); /* let logging complete */ exim_exit(0, US"TLS proxy"); } } |