From: Eric Bollengier Date: Fri, 22 Feb 2008 07:33:37 +0000 (+0000) Subject: ebl set verify options and activate the new test X-Git-Tag: Release-3.0.0~1828 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9f50b2b24f56cf8faa46a80f8427cc1cd4e26bb2;p=bacula%2Fbacula ebl set verify options and activate the new test git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6461 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/scripts/bacula-dir.conf.accurate.in b/regress/scripts/bacula-dir.conf.accurate.in index da8fc69dab..708971f665 100644 --- a/regress/scripts/bacula-dir.conf.accurate.in +++ b/regress/scripts/bacula-dir.conf.accurate.in @@ -40,6 +40,9 @@ JobDefs { FileSet { Name = FS_TESTJOB Include { + Options { + Verify = mc + } File=<@tmpdir@/file-list } } diff --git a/regress/tests/accurate-test b/regress/tests/accurate-test index e34b2b3e09..713faecf71 100755 --- a/regress/tests/accurate-test +++ b/regress/tests/accurate-test @@ -69,19 +69,17 @@ check_restore_diff rm -rf ${cwd}/tmp/bacula-restores -# This doesn't work yet... -# -## Now do a second backup after making a few changes -## -#mv ${cwd}/build/accurate ${cwd}/build/accurate.new -# -#run_bconsole -#check_for_zombie_jobs storage=File -# -#check_two_logs -#check_restore_diff -# -#rm -rf ${cwd}/tmp/bacula-restores +# Now do a second backup after making a few changes # +mv ${cwd}/build/accurate ${cwd}/build/accurate.new + +run_bconsole +check_for_zombie_jobs storage=File + +check_two_logs +check_restore_diff + +rm -rf ${cwd}/tmp/bacula-restores + stop_bacula end_test