]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/regress-config
ebl update for next-vol test
[bacula/bacula] / regress / scripts / regress-config
index 3d288c83f76930e3c8c9656859176ae34b96738a..b6cb8bd2bf22c662fff4792056f239677204e6d8 100755 (executable)
@@ -15,6 +15,7 @@ CFLAGS="-g -O2 -Wall" \
     --enable-smartalloc \
     --disable-readline \
     --with-working-dir=${1}/working \
+    --with-archivedir=${1}/tmp \
     --with-dump-email=${EMAIL} \
     --with-job-email=${EMAIL} \
     --with-smtp-host=${SMTP_HOST} \
@@ -23,6 +24,35 @@ CFLAGS="-g -O2 -Wall" \
     ${OPENSSL} \
     ${TCPWRAPPERS} \
     ${WHICHDB} \
-    --with-baseport=8101
+    --with-baseport=${BASEPORT}
+
+exit 0
+#!/bin/sh
+#
+# This is the configuration script for regression testing
+#
+
+. ${1}/config
+
+CFLAGS="-g -O2 -Wall" \
+ ./configure \
+    --sbindir=${1}/bin \
+    --sysconfdir=${1}/bin \
+    --mandir=${1}/bin \
+    --with-pid-dir=${1}/working \
+    --with-subsys-dir=${1}/working \
+    --enable-smartalloc \
+    --disable-readline \
+    --with-working-dir=${1}/working \
+    --with-archivedir=${1}/tmp \
+    --with-dump-email=${EMAIL} \
+    --with-job-email=${EMAIL} \
+    --with-smtp-host=${SMTP_HOST} \
+    --with-db-name=regress \
+    --with-db-user=regress \
+    ${OPENSSL} \
+    ${TCPWRAPPERS} \
+    ${WHICHDB} \
+    --with-baseport=${BASEPORT}
 
 exit 0