xref: /freebsd/contrib/unbound/testdata/redis_reconnect_interval.tdir/redis_reconnect_interval.post (revision b2efd602aea8b3cbc3fb215b9611946d04fceb10)
1# #-- redis_reconnect_interval.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
8. ../common.sh
9kill_pid $REDIS_PID
10kill_pid $REDIS_REPLICA_PID
11kill_pid $UNBOUND_PID
12echo "> cat logfiles"
13echo "redis server.log"
14cat server.log
15echo "redis replica.log"
16cat replica.log
17echo "unbound.log"
18cat unbound.log
19