]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/README
Backport from Bacula Enterprise
[bacula/bacula] / regress / README
index 1f42d211c2a64a8335100ee344099f2fbd2fcbd5..da1e8255961930efa5d13f4f2e246188874d4356 100644 (file)
@@ -1,3 +1,9 @@
+#
+# Copyright (C) 2000-2015 Kern Sibbald
+# License: BSD 2-Clause; see file LICENSE-FOSS
+#
+
+
              Bacula Regression
                Kern Sibbald
 
@@ -233,13 +239,14 @@ file.
 Example:
 bin=/opt/bacula/bin
 scripts=/opt/bacula/scripts
+conf=/opt/bacula/etc
 
 The ./scripts/prepare-other-loc will tweak the regress scripts to use
 your binary location. You will need to run it manually once before you run any
 regression tests.
 
-$ ./scripts/prepare-other-loc
-$ ./tests/backup-bacula-test
+$ scripts/prepare-other-loc
+$ tests/backup-bacula-test
 ...
 
 All regression scripts must be run by hand or by calling the test scripts.  
@@ -250,6 +257,5 @@ None of the
 ./do_disk, ./do_all, ./nightly...  scripts will work.
 
 If you want to switch back to running the regression scripts from source, first
-remove the bin and scripts variables from your config file and
+remove the bin, scripts, and conf variables from your config file and
 rerun the make setup step.
-