summaryrefslogtreecommitdiffstats
path: root/source/script
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-07-15 12:52:25 +0200
committerKarolin Seeger <kseeger@samba.org>2008-07-16 09:34:20 +0200
commitf861d4951a8b5b801f35b66347efc8f3fbbc4233 (patch)
treea954e61df97d15ec3c316f1c204d3b78791d1732 /source/script
parent83b33f1346bb07c4cc2a9ab0213861fc4a5d82c5 (diff)
downloadsamba-f861d4951a8b5b801f35b66347efc8f3fbbc4233.tar.gz
samba-f861d4951a8b5b801f35b66347efc8f3fbbc4233.tar.xz
samba-f861d4951a8b5b801f35b66347efc8f3fbbc4233.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 (cherry picked from commit 5b8a4c33482917a1ef7071df224957ba831d853a) (cherry picked from commit 04cdfbba747b928c3133e29446c0fe91c39a41f2)
Diffstat (limited to 'source/script')
-rwxr-xr-xsource/script/tests/test_testparm_s3.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/script/tests/test_testparm_s3.sh b/source/script/tests/test_testparm_s3.sh
index 875f138f87c..0962ca07642 100755
--- a/source/script/tests/test_testparm_s3.sh
+++ b/source/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