X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Fnightly-all;h=7f817952a8e959fdef9db59f565544e6dfa02f74;hb=d19a08817542ab4ef7f3a6ec12b9cd13c3a6d6e5;hp=766e22da04b003d94b749425f35332486d0bdbe4;hpb=88d9b926e77f634f1c0239ce75d95a8d77537993;p=bacula%2Fbacula diff --git a/regress/nightly-all b/regress/nightly-all index 766e22da04..7f817952a8 100755 --- a/regress/nightly-all +++ b/regress/nightly-all @@ -3,18 +3,20 @@ # run both the disk and the tape based regression tests. # # Include full output +LANG=C echo "Begin nightly-all `date`" 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"