diff options
author | Michael Adam <obnox@samba.org> | 2008-07-15 12:52:25 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-07-15 12:54:04 +0200 |
commit | 7cc155bdc11bed7564b1ee5564b358ff6a337459 (patch) | |
tree | 72da7d711ffdd3e237983dfb9f18ddcd0de5eb33 /source3/script | |
parent | 9978cc6c23ef6591f0be93b244f89ad6a8454346 (diff) | |
download | samba-7cc155bdc11bed7564b1ee5564b358ff6a337459.tar.gz samba-7cc155bdc11bed7564b1ee5564b358ff6a337459.tar.bz2 samba-7cc155bdc11bed7564b1ee5564b358ff6a337459.zip |
testparm: rename -g|--skip-global-ckecks to -l|--skip-logic-checks
as suggested by Karolin.
That is what it really means. And per-share logic tests will be
disabled by the same switch, too...
Michael
(This used to be commit 5b8a4c33482917a1ef7071df224957ba831d853a)
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/tests/test_testparm_s3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/tests/test_testparm_s3.sh b/source3/script/tests/test_testparm_s3.sh index 875f138f87..0962ca0764 100755 --- a/source3/script/tests/test_testparm_s3.sh +++ b/source3/script/tests/test_testparm_s3.sh @@ -6,7 +6,7 @@ # and the macro expansions. TEMP_CONFFILE=${LIBDIR}/smb.conf.tmp -TESTPARM="$VALGRIND ${TESTPARM:-$BINDIR/testparm} --suppress-prompt --skip-global-checks" +TESTPARM="$VALGRIND ${TESTPARM:-$BINDIR/testparm} --suppress-prompt --skip-logic-checks" incdir=`dirname $0` . $incdir/test_functions.sh |