]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/regress-config
Tweak get_os
[bacula/bacula] / regress / scripts / regress-config
index 3d288c83f76930e3c8c9656859176ae34b96738a..5b589bd68f437a04ab6f52bdafc610bc7bbac84f 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,6 @@ CFLAGS="-g -O2 -Wall" \
     ${OPENSSL} \
     ${TCPWRAPPERS} \
     ${WHICHDB} \
-    --with-baseport=8101
+    --with-baseport=${BASEPORT}
 
 exit 0