TLSProxy: When in debug mode, show the exact subprocess commands
authorRichard Levitte <levitte@openssl.org>
Fri, 28 Apr 2017 07:20:05 +0000 (09:20 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 28 Apr 2017 13:00:43 +0000 (15:00 +0200)
commitaf50d454f9914a7c5864832087ea73caff1b4aae
tree3033cca576fdca70a149d3ed753814611d64a40b
parent4fc3523f9e00c9ffc1a7c674487ac2efd5e6af43
TLSProxy: When in debug mode, show the exact subprocess commands

When you want to debug a test that goes wrong, it's useful to know
exactly what subprocess commands are run.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3342)
(cherry picked from commit 46d5e2b42e00ec392bf3326743519bc25136db09)
util/TLSProxy/Proxy.pm