]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/experimental-all
ebl Add a new catalog backup script
[bacula/bacula] / regress / experimental-all
index 68c02a8c2d66354cc54c2b0dbdc78b14d1ac1657..32c8a607715a426978fd50491a66b570bfe1e51e 100755 (executable)
@@ -3,6 +3,7 @@
 # test only the disk based regression scripts
 #
 # Include full output
+LANG=C
 echo "Begin experimental-all `date`"
 save_debug=${REGRESS_DEBUG}
 REGRESS_DEBUG=1
@@ -14,7 +15,7 @@ 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"