s3:testparm: add "--option" to testparm
authorMichael Adam <obnox@samba.org>
Wed, 9 Feb 2011 12:45:22 +0000 (13:45 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 9 Feb 2011 13:00:34 +0000 (14:00 +0100)
commit872d913fa2cf64f37123de69411a0bd6df15d088
tree4493b3d353c6712fab3fb043b60eec6c9fba9c5c
parent015b47fa149851e5e332c38926badc3e85cba68d
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