Commit d0c4d699 authored by Jérome Perrin's avatar Jérome Perrin

testing/testcase: snapshot *.cfg and .*.cfg files in instance dir

Keeping buildout.cfg and .installed.cfg can help diagnosing test
failures.
parent 9d985106
...@@ -298,6 +298,8 @@ class SlapOSInstanceTestCase(unittest.TestCase): ...@@ -298,6 +298,8 @@ class SlapOSInstanceTestCase(unittest.TestCase):
'*/etc/*', '*/etc/*',
'*/var/log/*', '*/var/log/*',
'*/.*log', '*/.*log',
'*/.*cfg',
'*/*cfg',
) )
# Methods to be defined by subclasses. # Methods to be defined by subclasses.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment