From: Kern Sibbald Date: Fri, 15 Sep 2006 13:49:53 +0000 (+0000) Subject: Update X-Git-Tag: Release-2.0.0~445 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d4e4244df9e3433c34b0ad25789e4d722bf39d93;p=bacula%2Fbacula Update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3472 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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"