]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/experimental-all
Merge branch 'master' into basejobv3
[bacula/bacula] / regress / experimental-all
index 68c02a8c2d66354cc54c2b0dbdc78b14d1ac1657..df73917bf4a4eec80a3913d0f552fa567d9c4aad 100755 (executable)
@@ -3,18 +3,19 @@
 # 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
 rm -rf Testing
-svn update
+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"