X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Fnightly-tape;h=e4d35171811afb1f87a0865f9ed691d35dc349c7;hb=91f571c63d439dbc3e7fe8f9eec3d5f7beceb1bb;hp=c8928521112f428d823d2729a62d8c31f82db43e;hpb=88d9b926e77f634f1c0239ce75d95a8d77537993;p=bacula%2Fbacula diff --git a/regress/nightly-tape b/regress/nightly-tape index c892852111..e4d3517181 100755 --- a/regress/nightly-tape +++ b/regress/nightly-tape @@ -3,18 +3,20 @@ # test only the disk based regression scripts # # Include full output +LANG=C echo "Begin nightly-tape `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 "^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"