Commit 30c10304 authored by Jérome Perrin's avatar Jérome Perrin

tests/slapproxy: close FDs when invoking another slapproxy

parent 9d6bd566
......@@ -1031,6 +1031,7 @@ database_uri = %(tempdir)s/lib/external_proxy.db
sys.executable, '%s/../cli/entry.py' % os.path.dirname(slapos.tests.__file__),
'proxy', 'start', '--cfg', self.external_slapproxy_configuration_file_location
],
close_fds=True,
env={"PYTHONPATH": ':'.join(sys.path)}
)
# Wait a bit for proxy to be started
......
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