]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
stream reuse, disable debug in test
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 30 Jul 2020 15:52:57 +0000 (17:52 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 30 Jul 2020 15:52:57 +0000 (17:52 +0200)
testdata/ssl_reuse.tdir/ssl_reuse.pre
testdata/tcp_reuse.tdir/tcp_reuse.pre

index cc2248608fa91f0e1f5651b13a8ff8e42bc29a48..048ca68137db02eef82cce0ea62997bfab699cdc 100644 (file)
@@ -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
index ada38271a73daf3d16a69f437e3664917d4e133a..30dbdc96f4226ed0f402bbf5c27339268720f8ed 100644 (file)
@@ -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