mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
docs: enable checking of parametric options assignment
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
20159a5b64
commit
b6b9f0821a
@ -240,8 +240,7 @@ class SmbDotConfTests(TestCase):
|
||||
for tuples in defaults:
|
||||
param, default, context, param_type = tuples
|
||||
|
||||
# temporarily remove parametric options - no dump available in s4
|
||||
if param in ['printing'] or ':' in param:
|
||||
if param in ['printing']:
|
||||
continue
|
||||
|
||||
section = None
|
||||
@ -280,8 +279,7 @@ class SmbDotConfTests(TestCase):
|
||||
for tuples in defaults:
|
||||
param, default, context, param_type = tuples
|
||||
|
||||
# temporarily remove parametric options - no dump available in s4
|
||||
if param in ['printing', 'copy', 'include', 'log level'] or ':' in param:
|
||||
if param in ['printing', 'copy', 'include', 'log level']:
|
||||
continue
|
||||
|
||||
# currently no easy way to set an arbitrary value for these
|
||||
|
Loading…
x
Reference in New Issue
Block a user