]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/nightly-tape
crypto: convert EVP_MD_CTX + EVP_CIPHER_CTX to OpenSSL 1.1
[bacula/bacula] / regress / nightly-tape
index d9235d431c8614407749a4fdf827494d2615a975..e0624741b0c0453a37d03d763eaf01bdb1083cdd 100755 (executable)
@@ -1,15 +1,20 @@
 #!/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-tape `date`"
-save_debug=${REGRESS_DEBUG}
 REGRESS_DEBUG=1
 export REGRESS_DEBUG
 rm -rf Testing
-svn update
+rm -f dumps/*
+git pull
 make distclean
 scripts/config_dart
 nice ctest -D Nightly -R "^tape:"
@@ -26,5 +31,4 @@ while [ $i -le 5 ]; do
    rtn=$?
    i=`expr $i + 1`
 done
-REGRESS_DEBUG=${save_debug}
 echo "End nightly-tape `date`"