]> git.sur5r.net Git - bacula/bacula/blob - regress/debug
First playground for bacula AFS volume FD plugin
[bacula/bacula] / regress / debug
1 #!/bin/sh
2 # Set regression debug listing on/off
3 # This has to be sourced to work right
4 #
5 if test $1 = "on" ; then
6   REGRESS_DEBUG=1
7   echo "Setting debug on"
8 else
9   REGRESS_DEBUG=0
10   echo "Setting debug off"
11 fi
12 export REGRESS_DEBUG