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 07:20:05 +0000 (09:20 +0200)
commit46d5e2b42e00ec392bf3326743519bc25136db09
tree20a040431f0c475263ae8f607e371a7a32499b40
parentf2150cd74f45d49545d0787725f99723642b7c2c
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)
util/TLSProxy/Proxy.pm