s3 make test: Add the ability to specify a custom smb.conf for make test
authorTim Prouty <tprouty@samba.org>
Sun, 25 Jan 2009 22:38:44 +0000 (14:38 -0800)
committerTim Prouty <tprouty@samba.org>
Mon, 26 Jan 2009 20:07:27 +0000 (12:07 -0800)
commit3aeee79096e7a3c4f1467228d5cbee6986866400
treebf9ba96f83526504565de1470d7f1834bbd3e8b5
parentcce04c606e7a91fcaf75c8efd7ca0cd4aa15ece9
s3 make test: Add the ability to specify a custom smb.conf for make test

- Adds new -c <custom conf> option to selftest.sh that when specified
  adds a line to make test's server.conf: "include <custom conf>"
- Adds getopts processing to selftest.sh
- Changes selftest.sh shrdir arg to use -s <shrdir>
- Changes selftest.sh smbtorture4_path arg to use -t <smbtortur4 path>
- Adds configure option --with-selftest-custom-conf=<custom conf>
- Updates Makefile.in to take advantage of the new/changed parameters
source3/Makefile.in
source3/m4/check_path.m4
source3/script/tests/selftest.sh