From: W.C.A. Wijngaards Date: Thu, 30 Jul 2020 15:52:57 +0000 (+0200) Subject: stream reuse, disable debug in test X-Git-Tag: release-1.13.0rc1~5^2~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d973b756a0fcedcfafbd1354b43c3ece8c4d9e73;p=thirdparty%2Funbound.git stream reuse, disable debug in test --- diff --git a/testdata/ssl_reuse.tdir/ssl_reuse.pre b/testdata/ssl_reuse.tdir/ssl_reuse.pre index cc2248608..048ca6813 100644 --- a/testdata/ssl_reuse.tdir/ssl_reuse.pre +++ b/testdata/ssl_reuse.tdir/ssl_reuse.pre @@ -25,7 +25,7 @@ wait_unbound_up unbound.log sed -e 's/@PORT\@/'$UPSTREAM_PORT'/' -e 's/@TOPORT\@/'$UPSTREAM_PORT'/' < ssl_reuse.conf2 > ub2.conf # start upstream unbound in the background #$PRE/unbound -d -c ub2.conf >unbound2.log 2>&1 & -valgrind $PRE/unbound -d -c ub2.conf 2>&1 | tee unbound2.log & +$PRE/unbound -d -c ub2.conf 2>&1 | tee unbound2.log & UPSTREAM_PID=$! echo "UPSTREAM_PID=$UPSTREAM_PID" >> .tpkg.var.test wait_unbound_up unbound2.log diff --git a/testdata/tcp_reuse.tdir/tcp_reuse.pre b/testdata/tcp_reuse.tdir/tcp_reuse.pre index ada38271a..30dbdc96f 100644 --- a/testdata/tcp_reuse.tdir/tcp_reuse.pre +++ b/testdata/tcp_reuse.tdir/tcp_reuse.pre @@ -25,7 +25,7 @@ wait_unbound_up unbound.log sed -e 's/@PORT\@/'$UPSTREAM_PORT'/' -e 's/@TOPORT\@/'$UPSTREAM_PORT'/' < tcp_reuse.conf2 > ub2.conf # start upstream unbound in the background #$PRE/unbound -d -c ub2.conf >unbound2.log 2>&1 & -valgrind $PRE/unbound -d -c ub2.conf 2>&1 | tee unbound2.log & +$PRE/unbound -d -c ub2.conf 2>&1 | tee unbound2.log & UPSTREAM_PID=$! echo "UPSTREAM_PID=$UPSTREAM_PID" >> .tpkg.var.test wait_unbound_up unbound2.log