From: Kern Sibbald Date: Mon, 17 Jul 2017 07:05:05 +0000 (+0200) Subject: Tweak prototype.conf X-Git-Tag: Release-9.0.2~17 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e7106901c95e7037878b3319d2d021d6bb06a950;p=bacula%2Fbacula Tweak prototype.conf --- diff --git a/regress/prototype.conf b/regress/prototype.conf index a12afa0450..6c1b25d3a0 100644 --- a/regress/prototype.conf +++ b/regress/prototype.conf @@ -1,5 +1,5 @@ # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2017 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # # Set this to the make option (usually -j3 or higher) @@ -14,7 +14,9 @@ USE_VTAPE=yes BAT= # Where to get the source to be tested -BACULA_SOURCE="${HOME}/bacula/bacula" +cd .. +BACULA_SOURCE=`pwd` +cd regress # Where to send email !!!!! Change me !!!!!!! EMAIL=my-name@domain.com @@ -120,9 +122,6 @@ DEDUP= # Use a client side cache #DEDUP_FD_CACHE=yes|no -# enable USEA control library -#USEA=--enable-usea - # see --with-base-port at # http://www.bacula.org/rel-manual/Installing_Bacula.html # You only need to change this if you want to run more than one instance