]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
regress: Fix Catalog backup setup
authornorbert.bizet <norbert.bizet@baculasystems.com>
Mon, 26 Sep 2022 12:36:33 +0000 (08:36 -0400)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:56:59 +0000 (13:56 +0200)
regress/scripts/new-test-bacula-dir.conf.in

index c0bc9be1fed3f4edbbab773254936dbe6f50e47c..e9cb942e534e4fb9f985f4ac8500675235a81233 100644 (file)
@@ -325,7 +325,7 @@ Job {
   Messages = Standard
   Pool = Default
   # This creates an ASCII copy of the catalog
-  RunBeforeJob = "@sbindir@/make_catalog_backup -u regress"
+  RunBeforeJob = "@sbindir@/make_catalog_backup regress"
   # This deletes the copy of the catalog
   RunAfterJob  = "@sbindir@/delete_catalog_backup"
   Write Bootstrap = "@working_dir@/BackupCatalog.bsr"
@@ -817,7 +817,7 @@ FileSet {
     Options {
       signature=MD5
     }
-    File = /home/kern/bacula/regress/bin/working/bacula.sql
+    File = @working_dir@/regress.sql
   }
 }