X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2FREADME;h=da1e8255961930efa5d13f4f2e246188874d4356;hb=5a8e6d461c697118fbd6eba387fd10671effe289;hp=1f42d211c2a64a8335100ee344099f2fbd2fcbd5;hpb=2cc603ae49fc44eb79d08db0749c68392d5eef64;p=bacula%2Fbacula diff --git a/regress/README b/regress/README index 1f42d211c2..da1e825596 100644 --- a/regress/README +++ b/regress/README @@ -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. -