Home | History | Annotate | Line # | Download | only in redis_reconnect_interval.tdir
      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
      9 kill_pid $REDIS_PID
     10 kill_pid $REDIS_REPLICA_PID
     11 kill_pid $UNBOUND_PID
     12 echo "> cat logfiles"
     13 echo "redis server.log"
     14 cat server.log
     15 echo "redis replica.log"
     16 cat replica.log
     17 echo "unbound.log"
     18 cat unbound.log
     19