]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/setup
spelling correction: windows 2003 instead of 3000 in vss chapter
[bacula/bacula] / regress / scripts / setup
index 0b01c0928a0adbb765af48afe972e8b46c6d0657..1f8ba1b5d7a862a2a5f34fcae43ad3a2dbc60f91 100755 (executable)
@@ -3,9 +3,9 @@
 # Script to setup running Bacula regression tests
 #
 cwd=`pwd`
-if [ $# != 3 ] ; then
+if [ $# != 4 ] ; 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
 make
 make install
 cp src/tools/testls ../bin