mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-03 05:19:34 -05:00
stream reuse, disable debug in test
This commit is contained in:
parent
1116bf6400
commit
d973b756a0
2 changed files with 2 additions and 2 deletions
2
testdata/ssl_reuse.tdir/ssl_reuse.pre
vendored
2
testdata/ssl_reuse.tdir/ssl_reuse.pre
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
testdata/tcp_reuse.tdir/tcp_reuse.pre
vendored
2
testdata/tcp_reuse.tdir/tcp_reuse.pre
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue