From d973b756a0fcedcfafbd1354b43c3ece8c4d9e73 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Thu, 30 Jul 2020 17:52:57 +0200 Subject: [PATCH] stream reuse, disable debug in test --- testdata/ssl_reuse.tdir/ssl_reuse.pre | 2 +- testdata/tcp_reuse.tdir/tcp_reuse.pre | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3