From 05a23c97476e56fbf61a7f08baab50181af133d8 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 7 Sep 2007 18:40:43 +0000 Subject: [PATCH] Update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5497 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/scripts/do_sed | 2 + .../scripts/multi-client-bacula-dir.conf.in | 3 +- regress/tests/multi-client-test | 43 ++++++++----------- 3 files changed, 22 insertions(+), 26 deletions(-) diff --git a/regress/scripts/do_sed b/regress/scripts/do_sed index 2f46089e98..b502715ffa 100755 --- a/regress/scripts/do_sed +++ b/regress/scripts/do_sed @@ -19,10 +19,12 @@ echo "s%@changer_path@%${AUTOCHANGER_PATH}%g" >>${out} echo "s%@tape_drive1@%${TAPE_DRIVE1}%g" >>${out} echo "s%@smtp_host@%${SMTP_HOST}%g" >>${out} echo "s%@disk_drive@%${cwd}/tmp/disk-changer%g" >>${out} +echo "s%@hostname@%${hostname}%g" >>${out} echo "s%@hostname1@%${hostname1}%g" >>${out} echo "s%@hostname2@%${hostname2}%g" >>${out} echo "s%@hostname3@%${hostname3}%g" >>${out} echo "s%@hostname1_files@%${hostname1_files}%g" >>${out} +echo "s%@hostname_files@%${hostname_files}%g" >>${out} echo "s%@hostname2_files@%${hostname2_files}%g" >>${out} echo "s%@hostname3_files@%${hostname3_files}%g" >>${out} echo "s%@hostname1_password@%${hostname1_password}%g" >>${out} diff --git a/regress/scripts/multi-client-bacula-dir.conf.in b/regress/scripts/multi-client-bacula-dir.conf.in index 4ddb127a5b..75bf0b987d 100644 --- a/regress/scripts/multi-client-bacula-dir.conf.in +++ b/regress/scripts/multi-client-bacula-dir.conf.in @@ -172,7 +172,7 @@ Job { FileSet { Name = "Full Set" Include { Options { signature=MD5 } - File = &1 >/dev/null +dstat=$? end_test -- 2.39.5