]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/experimental-all
Fix bug 1639.
[bacula/bacula] / regress / experimental-all
index a72759be52c94b877bd0859f8c4a4293d8bd7ade..bf4a41dbc33289acd537f414c0dbdce26429bf7e 100755 (executable)
@@ -3,17 +3,20 @@
 # test only the disk based regression scripts
 #
 # Include full output
+LANG=C
 echo "Begin experimental-all `date`"
 save_debug=${REGRESS_DEBUG}
 REGRESS_DEBUG=1
 export REGRESS_DEBUG
-svn update
+rm -rf Testing
+rm -f dumps/*
+git pull
 scripts/config_dart
 nice ctest -D Experimental -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"