]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/nightly-tape
Added set_db_type function to set global debug symbol removed when
[bacula/bacula] / regress / nightly-tape
index c8928521112f428d823d2729a62d8c31f82db43e..d8a1890a2e4af7eefd196c2a931fcdd9697baa76 100755 (executable)
@@ -3,18 +3,21 @@
 # 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:"
 rtn=$?
 i=0
 while [ $i -le 5 ]; do
-   if [ $rtn = 0 ] ; then
+   if [ $rtn = 0 ] || [ "$rtn" = "8" ]; then
       break;
    fi
    echo "Submit failed, waiting 5 mins"