s3:testparm: add "--option" to testparm
commitb6a199c475bca2dc78936522b018dce6b8cf9eef
authorMichael Adam <obnox@samba.org>
Wed, 9 Feb 2011 12:45:22 +0000 (9 13:45 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 9 Feb 2011 14:23:51 +0000 (9 15:23 +0100)
tree481137fcaa3e36891556b6bb64049cb499c15d59
parentf1401f26545f4b2261ca8df5229b0d9c553d2984
s3:testparm: add "--option" to testparm

This way one can test the --option feature with testparm.
E.g.:

testparm -s -v --option="parameter=value" | grep parameter

should print "parameter = value"
source3/utils/testparm.c