aboutsummaryrefslogtreecommitdiff
path: root/contrib/unbound/testdata/rpz_reload.tdir/rpz_reload.post
blob: ef93cd46bc59a6b8c8a7e41098960662d5c3b941 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# #-- rpz_reload.post --#
# source the master var file when it's there
[ -f ../.tpkg.var.master ] && source ../.tpkg.var.master
# source the test var file when it's there
[ -f .tpkg.var.test ] && source .tpkg.var.test
#
# do your teardown here
. ../common.sh
echo "> cat logfiles"
cat unbound.log
kill_pid $UNBOUND_PID
rm -f $CONTROL_PATH/controlpipe.$CONTROL_PID