X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Fnightly-all;h=d83d2f103a05aa129cf386ecdaeb9c33c8fed757;hb=6755b54d30c7a5d747f030c867b5a1aff6b0432e;hp=284d6f5cd44847105847ecaa453a0c33ddc5885b;hpb=8d2bec5e6172b812f33db5488376725ff00d1dd2;p=bacula%2Fbacula diff --git a/regress/nightly-all b/regress/nightly-all index 284d6f5cd4..d83d2f103a 100755 --- a/regress/nightly-all +++ b/regress/nightly-all @@ -3,17 +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 +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"