From 31b767365398436abb3039c40fd7b417350b1d83 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Tue, 27 Feb 2018 20:59:05 +0000 Subject: [PATCH] update testsuite to use the new -D option to daemonize --- tests/scripts/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/run_tests.sh b/tests/scripts/run_tests.sh index dd95400..8ca90e1 100755 --- a/tests/scripts/run_tests.sh +++ b/tests/scripts/run_tests.sh @@ -103,7 +103,7 @@ EOF start_tinyproxy() { echo -n "starting tinyproxy..." - $VALGRIND $TINYPROXY_BIN -c $TINYPROXY_CONF_FILE 2> $TINYPROXY_STDERR_LOG + $VALGRIND $TINYPROXY_BIN -D -c $TINYPROXY_CONF_FILE 2> $TINYPROXY_STDERR_LOG echo " done (listening on $TINYPROXY_IP:$TINYPROXY_PORT)" }