]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/nightly-tape
Update new features
[bacula/bacula] / regress / nightly-tape
index 6eb0c05f0c2c8f3b0b39ebffeb2dd63ba3d00aa1..d9235d431c8614407749a4fdf827494d2615a975 100755 (executable)
@@ -10,12 +10,13 @@ REGRESS_DEBUG=1
 export REGRESS_DEBUG
 rm -rf Testing
 svn update
+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"