From d4e4244df9e3433c34b0ad25789e4d722bf39d93 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 15 Sep 2006 13:49:53 +0000 Subject: [PATCH] Update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3472 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/README | 3 ++- regress/prototype.conf | 7 ++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/regress/README b/regress/README index 5b96107d99..d1d11a568b 100644 --- a/regress/README +++ b/regress/README @@ -7,7 +7,8 @@ This is Bacula's regression script directory. Warning!!!! Make sure not to run it on the same system with your production Catalog because the tables will all be cleared. You can run it on the your production system -if you use a different database. +if you use a different database. E.g. if your production +system uses MySQL, you can use SQLite here. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! diff --git a/regress/prototype.conf b/regress/prototype.conf index 21068789c7..2ea5a7079f 100644 --- a/regress/prototype.conf +++ b/regress/prototype.conf @@ -5,7 +5,7 @@ # # -# Where to get the source to be tested +# Put the full path to the Bacula source code to be tested # BACULA_SOURCE= @@ -39,8 +39,9 @@ AUTOCHANGER=/dev/sg0 AUTOCHANGER_PATH=/bin/mtx # Set your database here -WHICHDB?="--with-sqlite=${SQLITE_DIR}" -#WHICHDB="--with-mysql=${HOME}/mysql" +WHICHDB="--with-sqlite=${SQLITE_DIR}" +#WHICHDB="--with-mysql" +#WHICHDB="--with-postgresql" # Set this to "--with-tcp-wrappers" or "--without-tcp-wrappers" TCPWRAPPERS="--with-tcp-wrappers" -- 2.39.5