]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/experimental-disk-and-tape
ebl Add notes about bweb.conf
[bacula/bacula] / regress / experimental-disk-and-tape
index a6a9b8c8eac00e6c3a80d198bec4484ed2bb3118..f83880ef3021cf6d4b76fbf6146b0c7cef14ce30 100755 (executable)
@@ -3,6 +3,7 @@
 # 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
@@ -14,7 +15,7 @@ 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"