xref: /netbsd-src/external/bsd/unbound/dist/testdata/pymod_thread.tdir/pymod_thread.post (revision 91f7d55fb697b5e0475da4718fa34c3a3ebeac85)
1*0cd9f4ecSchristos# #-- pymod_thread.post --#
2*0cd9f4ecSchristos# source the master var file when it's there
3*0cd9f4ecSchristos[ -f ../.tpkg.var.master ] && source ../.tpkg.var.master
4*0cd9f4ecSchristos# source the test var file when it's there
5*0cd9f4ecSchristos[ -f .tpkg.var.test ] && source .tpkg.var.test
6*0cd9f4ecSchristos#
7*0cd9f4ecSchristos# do your teardown here
8*0cd9f4ecSchristos
9*0cd9f4ecSchristosPRE="../.."
10*0cd9f4ecSchristos. ../common.sh
11*0cd9f4ecSchristos
12*0cd9f4ecSchristoskill_pid $FWD_PID
13*0cd9f4ecSchristoskill_pid $UNBOUND_PID
14*0cd9f4ecSchristosexit 0
15