]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/nightly-disk
Fix bug #2343 where truncate of explicit Volume name truncates non-purged volumes
[bacula/bacula] / regress / nightly-disk
index 85c59c5c7b333a4ac0d3c8af5e77629220404e1e..5229d02d786d341e0d6813ea78adcd184d3becc6 100755 (executable)
@@ -1,16 +1,19 @@
 #!/bin/sh
+#
+# Copyright (C) 2000-2015 Kern Sibbald
+# License: BSD 2-Clause; see file LICENSE-FOSS
+#
+
 #
 # test only the disk based regression scripts
 #
 # Include full output
 LANG=C
 echo "Begin nightly-disk `date`"
-save_debug=${REGRESS_DEBUG}
 REGRESS_DEBUG=1
 export REGRESS_DEBUG
 rm -rf Testing
 rm -f dumps/*
-git checkout master
 git pull
 #
 # Temp switch to branch Branch-5.0 NB this leaves you on a headless
@@ -37,5 +40,4 @@ while [ $i -le 5 ]; do
    rtn=$?
    i=`expr $i + 1`
 done
-REGRESS_DEBUG=${save_debug}
 echo "End nightly-disk `date`"