From: Eric Bollengier Date: Thu, 28 Jan 2021 08:27:40 +0000 (+0100) Subject: regress: Try to fix CDASH double submission X-Git-Tag: Release-11.3.2~767 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=456403efc0a257e731227057d8f0bb06ce279a9f;p=thirdparty%2Fbacula.git regress: Try to fix CDASH double submission --- diff --git a/regress/nightly-all b/regress/nightly-all index c43a2683b..6b8902807 100755 --- a/regress/nightly-all +++ b/regress/nightly-all @@ -23,7 +23,7 @@ nice ctest --output-on-failure -D Nightly -R "^(disk|tape|changer):" rtn=$? i=0 while [ $i -le 5 ]; do - if [ $rtn = 0 ] || [ "$rtn" = "8" ] ; then + if [ "$rtn" = 0 -o "$rtn" = "8" -o "$rtn" = 3 ] ; then break; fi echo "Submit failed, waiting 5 mins"