summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-10-20 23:20:57 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2017-10-20 23:52:55 +0100
commitcb63e7df39c6b128c36754295490316a18104fd2 (patch)
tree23748307d9b80c1dbe86966604a5f872c46738d4 /src
parent9bfb7e1bec2b3b6022c2e7b42df9ac606693dcfd (diff)
Testsuite: make debug output for proxied TLS less indeterminate
Diffstat (limited to 'src')
-rw-r--r--src/src/transports/smtp.c1
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");
}
}