1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

tests:docs: don't try to test parametric option defaults

we don't get the values of the parametric options.

Signed-off-by: Bjoern Jacke <bjacke@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
This commit is contained in:
Björn Jacke 2017-12-20 21:23:24 +01:00 committed by Andrew Bartlett
parent 080d590de1
commit ece75ea9a6

View File

@ -186,6 +186,9 @@ class SmbDotConfTests(TestCase):
if param in self.special_cases:
continue
# bad, bad parametric options - we don't have their default values
if ':' in param:
continue
section = None
if context == "G":
section = "global"