]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
regress: Try to fix CDASH double submission
authorEric Bollengier <eric@baculasystems.com>
Thu, 28 Jan 2021 08:27:40 +0000 (09:27 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:02:59 +0000 (09:02 +0100)
regress/nightly-all

index c43a2683b8912c317c946c4e8964377f17735e92..6b89028073d9cbb2da379615ce7bab616ed77244 100755 (executable)
@@ -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"