summaryrefslogtreecommitdiffstats
path: root/python/samba/tests
diff options
context:
space:
mode:
Diffstat (limited to 'python/samba/tests')
-rw-r--r--python/samba/tests/docs.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/python/samba/tests/docs.py b/python/samba/tests/docs.py
index b11e4f1972..ab25b6c91a 100644
--- a/python/samba/tests/docs.py
+++ b/python/samba/tests/docs.py
@@ -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