From: Eric Bollengier Date: Fri, 5 Mar 2021 18:08:40 +0000 (+0100) Subject: regress: Allow to run all tests with SDCheckPacket X-Git-Tag: Release-11.3.2~630 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe65b225092ccf152933ee779b2ccdc59040ef27;p=thirdparty%2Fbacula.git regress: Allow to run all tests with SDCheckPacket --- diff --git a/regress/scripts/functions b/regress/scripts/functions index bb656bbac..200c2c17e 100755 --- a/regress/scripts/functions +++ b/regress/scripts/functions @@ -222,6 +222,10 @@ EOF $bperl -e 'add_attribute("$conf/bacula-dir.conf", "SpoolAttributes", "No", "Job")' variant_name="${variant_name} NoSpoolAttributes" fi + if [ x$FORCE_SDPACKETCHECK = xyes ]; then + $bperl -e 'add_attribute("$conf/bacula-fd.conf", "SDPacketCheck", "500", "FileDaemon")' + variant_name="${variant_name} SDCheckPacket" + fi if [ x$FORCE_ENCRYPTION = xyes ]; then $bperl -e 'setup_fd_encryption()' variant_name="${variant_name} Encryption"