xref: /freebsd/contrib/unbound/testdata/redis_reconnect_interval.tdir/redis_reconnect_interval.post (revision b2efd602aea8b3cbc3fb215b9611946d04fceb10)
1*b2efd602SCy Schubert# #-- redis_reconnect_interval.post --#
2*b2efd602SCy Schubert# source the master var file when it's there
3*b2efd602SCy Schubert[ -f ../.tpkg.var.master ] && source ../.tpkg.var.master
4*b2efd602SCy Schubert# source the test var file when it's there
5*b2efd602SCy Schubert[ -f .tpkg.var.test ] && source .tpkg.var.test
6*b2efd602SCy Schubert#
7*b2efd602SCy Schubert# do your teardown here
8*b2efd602SCy Schubert. ../common.sh
9*b2efd602SCy Schubertkill_pid $REDIS_PID
10*b2efd602SCy Schubertkill_pid $REDIS_REPLICA_PID
11*b2efd602SCy Schubertkill_pid $UNBOUND_PID
12*b2efd602SCy Schubertecho "> cat logfiles"
13*b2efd602SCy Schubertecho "redis server.log"
14*b2efd602SCy Schubertcat server.log
15*b2efd602SCy Schubertecho "redis replica.log"
16*b2efd602SCy Schubertcat replica.log
17*b2efd602SCy Schubertecho "unbound.log"
18*b2efd602SCy Schubertcat unbound.log
19