]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/regress-config.in
Make out of freespace non-fatal for removable devices -- i.e. behaves like tape
[bacula/bacula] / regress / scripts / regress-config.in
index 4f0d46efc78e646604aa2c5b1170388bbbeb93bb..6e9f6fb3d91b0bea5f5d103505118ac74531a943 100755 (executable)
@@ -1,8 +1,13 @@
 #!/bin/sh
 #
+# Copyright (C) 2000-2017 Kern Sibbald
+# License: BSD 2-Clause; see file LICENSE-FOSS
+#
 # This is the configuration script for regression testing
 #
 
+set -e
+
 . ${1}/config
 if test "x@db_password@" = "x"; then
   PASSWD=
@@ -25,6 +30,7 @@ fi
     --with-pid-dir=${1}/working \
     --with-subsys-dir=${1}/working \
     --with-plugindir=${1}/bin/plugins \
+    --with-logdir=${1}/working \
     --enable-smartalloc \
     --enable-lockmgr \
     --disable-readline \
@@ -39,6 +45,7 @@ fi
     ${OPENSSL} \
     ${TCPWRAPPERS} \
     ${WHICHDB} \
+    ${CONFIGURE_EXTRA} \
     --with-baseport=${BASEPORT}
 
 LD_LIBRARY_PATH=${1}/bin:${LD_LIBRARY_PATH}