X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Fnightly-tape;h=e4d35171811afb1f87a0865f9ed691d35dc349c7;hb=91f571c63d439dbc3e7fe8f9eec3d5f7beceb1bb;hp=4d47c048a93403ef4234740b73ba2e8181bd906a;hpb=8d2bec5e6172b812f33db5488376725ff00d1dd2;p=bacula%2Fbacula diff --git a/regress/nightly-tape b/regress/nightly-tape index 4d47c048a9..e4d3517181 100755 --- a/regress/nightly-tape +++ b/regress/nightly-tape @@ -3,17 +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 -svn update +rm -rf Testing +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"