]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/nightly-all
Add second xattr to show bug 1806
[bacula/bacula] / regress / nightly-all
index c5049808b650322615bb7ae4b63efd29e7898684..28651ec3e589e38dff773fcf7096cc4f62329a87 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 "^(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"