]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/experimental-disk-and-tape
Attempt to indicate timed out tests
[bacula/bacula] / regress / experimental-disk-and-tape
index a6a9b8c8eac00e6c3a80d198bec4484ed2bb3118..b1bd2a0f77093fea460180135bcc1d532754b750 100755 (executable)
@@ -3,18 +3,20 @@
 # 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
 rm -rf Testing
-svn update
+rm -f dumps/*
+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"