]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/nightly-disk-and-tape
Fix batch insert detection for MySQL and no .a libraries
[bacula/bacula] / regress / nightly-disk-and-tape
index 5493b8d1ac6fc2ffe92e94e142b732c0a319a368..9a96c6185a40d83a452686d5e7387484f24de2e5 100755 (executable)
@@ -9,13 +9,15 @@ save_debug=${REGRESS_DEBUG}
 REGRESS_DEBUG=1
 export REGRESS_DEBUG
 rm -rf Testing
-svn update
+rm -f dumps/*
+git pull
+make distclean
 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"