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.3.2~834 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6e0ea703ca52a3f38c3cfd3184e4bec9284a2b9;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 0f94bdc6f..3f364d2c4 100755 --- a/regress/scripts/functions +++ b/regress/scripts/functions @@ -195,7 +195,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