]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/nightly-all
regress: add function to create many dirs
[bacula/bacula] / regress / nightly-all
index c5049808b650322615bb7ae4b63efd29e7898684..7f817952a8e959fdef9db59f565544e6dfa02f74 100755 (executable)
@@ -9,13 +9,14 @@ save_debug=${REGRESS_DEBUG}
 REGRESS_DEBUG=1
 export REGRESS_DEBUG
 rm -rf Testing
-svn update
+git pull
+make distclean
 scripts/config_dart
 nice ctest -D Nightly -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"