- Fix tests to use new common.sh functions, wait_logfile and

kill_from_pidfile.
This commit is contained in:
W.C.A. Wijngaards
2023-12-06 16:32:06 +01:00
parent c91bd60051
commit 6c76b4e2f8
7 changed files with 14 additions and 29 deletions
+2 -2
View File
@@ -9,13 +9,13 @@
PRE="../.."
kill_pid $DNSTAP_SOCKET_PID
kill_pid $FWD_PID
kill_pid `cat unbound2.pid`
kill_from_pidfile "unbound2.pid"
if test -f unbound2.log; then
echo ">>> upstream log"
cat unbound2.log
fi
#kill_pid $UNBOUND_PID
kill_pid `cat unbound.pid`
kill_from_pidfile "unbound.pid"
if test -f unbound.log; then
echo ">>> unbound log"
cat unbound.log