]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/nightly-all
Ignore certain filenames
[bacula/bacula] / regress / nightly-all
index 766e22da04b003d94b749425f35332486d0bdbe4..28651ec3e589e38dff773fcf7096cc4f62329a87 100755 (executable)
@@ -3,18 +3,21 @@
 # run both the disk and the tape based regression tests.
 #
 # Include full output
+LANG=C
 echo "Begin nightly-all `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 "^(disk|tape|changer):"
 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"