]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/nightly-disk-and-tape
Add second xattr to show bug 1806
[bacula/bacula] / regress / nightly-disk-and-tape
index 5a1775edc1f65a445cc1fcfbd13335569a03c0c3..9a96c6185a40d83a452686d5e7387484f24de2e5 100755 (executable)
@@ -3,17 +3,21 @@
 # test only the disk based regression scripts
 #
 # Include full output
+LANG=C
 echo "Begin nightly-disk-and-tape `date`"
 save_debug=${REGRESS_DEBUG}
 REGRESS_DEBUG=1
 export REGRESS_DEBUG
-svn update
+rm -rf Testing
+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"