]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/setup
Updates
[bacula/bacula] / regress / scripts / setup
index 0b01c0928a0adbb765af48afe972e8b46c6d0657..66b3634aca69f8aff4fe042e56fc647f8eeb9c0d 100755 (executable)
@@ -3,9 +3,9 @@
 # Script to setup running Bacula regression tests
 #
 cwd=`pwd`
-if [ $# != 3 ] ; then
+if [ $# != 5 ] ; then
    echo "Incorrect number of arguments. Got $#. Need:"
-   echo "setup bacula-src email-address --with-DBNAME"
+   echo "setup bacula-src email-address --with-DBNAME --with-tcp-wrappers"
    echo " "
    exit 1
 fi
@@ -22,7 +22,7 @@ cp scripts/regress-config build
 cd build
 rm -f Makefile config.cache
 # Run Bacula configuration, make, install
-./regress-config ${cwd} $2 $3
+./regress-config ${cwd} $2 $3 $4 $5
 make
 make install
 cp src/tools/testls ../bin