From fe65b225092ccf152933ee779b2ccdc59040ef27 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 5 Mar 2021 19:08:40 +0100 Subject: [PATCH] regress: Allow to run all tests with SDCheckPacket --- regress/scripts/functions | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 2.47.3