From 2c64854d934ac4d3bc0ce2ca67ee394be512a3d8 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 17 Jul 2017 09:52:22 +0200 Subject: [PATCH] Tweak prototype.conf in regress --- regress/prototype.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/regress/prototype.conf b/regress/prototype.conf index 6c1b25d3a0..bf99f185fa 100644 --- a/regress/prototype.conf +++ b/regress/prototype.conf @@ -14,9 +14,7 @@ USE_VTAPE=yes BAT= # Where to get the source to be tested -cd .. -BACULA_SOURCE=`pwd` -cd regress +BACULA_SOURCE=`pwd`/../bacula # Where to send email !!!!! Change me !!!!!!! EMAIL=my-name@domain.com @@ -137,7 +135,7 @@ BASEPORT=8101 # We recommend that you prefix it by your name, and if you have multiple # test machines, add some indication of the machine. # -SITE_NAME=-bacula-${HOST} +SITE_NAME=bacula-${HOST} # If you want to use the full source tree to run test uncomment this # KEEP_SOURCE=yes -- 2.39.5