1# #-- cachedb_no_store.post --#
2# source the master var file when it's there
3[ -f ../.tpkg.var.master ] && source ../.tpkg.var.master
4# source the test var file when it's there
5[ -f .tpkg.var.test ] && source .tpkg.var.test
6#
7# do your teardown here
8PRE="../.."
9. ../common.sh
10
11echo "> cat logfiles"
12cat fwd.log
13if test -f fwd2.log; then cat fwd2.log; else echo "no fwd2.log"; fi
14if test -f fwd3.log; then cat fwd3.log; else echo "no fwd3.log"; fi
15if test -f fwd4.log; then cat fwd4.log; else echo "no fwd4.log"; fi
16cat unbound.log
17if test -f unbound2.log; then cat unbound2.log; else echo "no unbound2.log"; fi
18kill_pid $FWD_PID
19kill_from_pidfile "unbound.pid"
20rm -f $CONTROL_PATH/controlpipe.$CONTROL_PID
21