]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/experimental-disk-and-tape
Fix compiler warnings in acl and xattr code
[bacula/bacula] / regress / experimental-disk-and-tape
index ec45086468b270e86f35c9c8c1927458f0c986b8..442370ded8ff0efa6d72c93739677e5b04f785b8 100755 (executable)
@@ -3,17 +3,19 @@
 # test only the disk based regression scripts
 #
 # Include full output
+LANG=C
 echo "Begin experimental-disk-and-tape `date`"
 save_debug=${REGRESS_DEBUG}
 REGRESS_DEBUG=1
 export REGRESS_DEBUG
-svn update
+rm -rf Testing
+git pull
 scripts/config_dart
 nice ctest -D Experimental -R "^(disk|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"