From: Alain Spineux Date: Mon, 16 Nov 2020 16:00:22 +0000 (+0100) Subject: regress: add the dedup driver version to the variant name X-Git-Tag: Release-11.0.1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88c049a07522e474716e9852e90fea52cf8a4097;p=thirdparty%2Fbacula.git regress: add the dedup driver version to the variant name - the variant is displayed in the "Start" message of any regress when dedup is enable, see below for before/after output B === Start dedup-cmd-test Dedup(bothsides,fdcache=no) at 08:46:50 === A === Start dedup-cmd-test Dedup(Legacy,bothsides,fdcache=no) at 08:46:.. --- diff --git a/regress/scripts/functions b/regress/scripts/functions index f39ef47f8..b2cce65e8 100755 --- a/regress/scripts/functions +++ b/regress/scripts/functions @@ -194,7 +194,7 @@ EOF if [ x$DEDUP_FD_CACHE = xyes ]; then $bperl -e 'add_attribute("$conf/bacula-fd.conf", "DedupIndexDirectory", "$working/ddefd", "FileDaemon")' fi - variant_name="Dedup($DEDUP_FS_OPTION,fdcache=$DEDUP_FD_CACHE)" + variant_name="Dedup($DEDUP_DRIVER,$DEDUP_FS_OPTION,fdcache=$DEDUP_FD_CACHE)" devicetype=`expr $devicetype + 1` fi if [ x$FORCE_SDCALLS = xyes ]; then