]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/nightly-disk
Fix compiler warnings in acl and xattr code
[bacula/bacula] / regress / nightly-disk
index f72f00a9003f1e2729b46444d195a541eda62c3e..a54163b4609c51f8fe7778bb19066bb9b714679e 100755 (executable)
@@ -3,18 +3,21 @@
 # test only the disk based regression scripts
 #
 # Include full output
+LANG=C
 echo "Begin nightly-disk `date`"
 save_debug=${REGRESS_DEBUG}
 REGRESS_DEBUG=1
 export REGRESS_DEBUG
 rm -rf Testing
-svn update
+git pull
+make distclean
 scripts/config_dart
+make setup
 nice ctest -D Nightly -R "^disk:"
 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"