From: Simon Ruderich Date: Sun, 28 Jul 2013 11:51:23 +0000 (+0200) Subject: tests/common.sh: Log output of tlsproxy to tlsproxy-log. X-Git-Url: https://ruderich.org/simon/gitweb/?p=tlsproxy%2Ftlsproxy.git;a=commitdiff_plain;h=f7ca2cfdbb4390a1a44aa5ae863e55245024d8f7 tests/common.sh: Log output of tlsproxy to tlsproxy-log. --- diff --git a/tests/common.sh b/tests/common.sh index c66fa55..1ca1583 100644 --- a/tests/common.sh +++ b/tests/common.sh @@ -21,7 +21,7 @@ set -e cleanup() { rm -f \ - tmp \ + tmp tlsproxy-log \ certificate-localhost-proxy.pem certificate-localhost-server.pem \ proxy-ca-key.pem proxy-ca.pem proxy-invalid.pem proxy-key.pem } @@ -35,7 +35,7 @@ abort() { exit 1 } tlsproxy() { - ../src/tlsproxy -d2 "$@" >/dev/null & + ../src/tlsproxy -d2 "$@" >tlsproxy-log 2>&1 & pid_tlsproxy=$! } server() {