From f7ca2cfdbb4390a1a44aa5ae863e55245024d8f7 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 28 Jul 2013 13:51:23 +0200 Subject: [PATCH] tests/common.sh: Log output of tlsproxy to tlsproxy-log. --- tests/common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() { -- 2.43.2