]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/nightly-tape
Tweak debug messages.
[bacula/bacula] / regress / nightly-tape
index 6eb0c05f0c2c8f3b0b39ebffeb2dd63ba3d00aa1..d8a1890a2e4af7eefd196c2a931fcdd9697baa76 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 Nightly -R "^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"