From 68ad41d1677eeae52afbe545c47120aecdf2914e Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 5 Mar 2007 14:09:39 +0000 Subject: [PATCH] Update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4313 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/scripts/new-test-bacula-dir.conf.in | 1 + regress/tests/fifo-test | 2 +- regress/tests/two-pool-test | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/regress/scripts/new-test-bacula-dir.conf.in b/regress/scripts/new-test-bacula-dir.conf.in index 5114c2dc40..d0e4ba0654 100644 --- a/regress/scripts/new-test-bacula-dir.conf.in +++ b/regress/scripts/new-test-bacula-dir.conf.in @@ -108,6 +108,7 @@ Job { Messages = Standard Pool = Default Write Bootstrap = "@working_dir@/NightlySave.bsr" + ClientRunBeforeJob = "/bin/sleep 60" } diff --git a/regress/tests/fifo-test b/regress/tests/fifo-test index 8ff28b8c67..48d0b8787e 100755 --- a/regress/tests/fifo-test +++ b/regress/tests/fifo-test @@ -9,7 +9,7 @@ set_debug 0 cwd=`pwd` scripts/cleanup -scripts/copy-test-confs +#scripts/copy-test-confs echo "/tmp/bfifo" >/tmp/file-list rm -f /tmp/bfifo diff --git a/regress/tests/two-pool-test b/regress/tests/two-pool-test index 4cd29d8a34..eb6f0e50f2 100755 --- a/regress/tests/two-pool-test +++ b/regress/tests/two-pool-test @@ -23,6 +23,9 @@ scripts/prepare-two-disks # Make a relatively large backup set 5 x source code directory # Reduced to 1 for portable echo "${cwd}/build" >/tmp/file-list +echo "${cwd}/build" >/tmp/file-list +echo "${cwd}/build" >/tmp/file-list +echo "${cwd}/build" >/tmp/file-list start_test -- 2.39.5