]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/nightly-all
regress: update error messages in accurate-test
[bacula/bacula] / regress / nightly-all
index 284d6f5cd44847105847ecaa453a0c33ddc5885b..7f817952a8e959fdef9db59f565544e6dfa02f74 100755 (executable)
@@ -3,17 +3,20 @@
 # 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
-svn update
+rm -rf Testing
+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"