]> git.sur5r.net Git - bacula/bacula/commitdiff
Update
authorKern Sibbald <kern@sibbald.com>
Fri, 15 Sep 2006 13:49:53 +0000 (13:49 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 15 Sep 2006 13:49:53 +0000 (13:49 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3472 91ce42f0-d328-0410-95d8-f526ca767f89

regress/README
regress/prototype.conf

index 5b96107d997fb1cb82e56a5ae26960f85ead88cd..d1d11a568be6db26b24658d08236d7c575a029a5 100644 (file)
@@ -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.
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
 
index 21068789c76240bafac8ab168ba6b990153de25e..2ea5a7079ff2b54e949aaea3142451ba02e546c2 100644 (file)
@@ -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"