]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/debug
Make out of freespace non-fatal for removable devices -- i.e. behaves like tape
[bacula/bacula] / regress / debug
index cad6c9a2aa7406053df895d38e8f3e3cb3b8150a..dad15d2973ba3a87aba34d11b3a4dcb5c4b2de25 100755 (executable)
@@ -1,4 +1,9 @@
 #!/bin/sh
+#
+# Copyright (C) 2000-2015 Kern Sibbald
+# License: BSD 2-Clause; see file LICENSE-FOSS
+#
+
 # Set regression debug listing on/off
 # This has to be sourced to work right
 #
@@ -7,6 +12,7 @@ if test $1 = "on" ; then
   echo "Setting debug on"
 else
   REGRESS_DEBUG=0
+  unset REGRESS_WAIT
   echo "Setting debug off"
 fi
 export REGRESS_DEBUG