Commit 9ec07439 authored by Xavier Thompson's avatar Xavier Thompson

test_slapproxy: Log proxy output for debugging

parent fdd7c452
......@@ -1217,8 +1217,9 @@ database_uri = %(rootdir)s/lib/proxy.db
)
def startProxy(self):
logfile = os.path.join(self._rootdir, 'proxy.log')
self.proxy_process = self.cliDoSlapos(
('proxy', 'start'),
('proxy', 'start', '--log-file', logfile),
method=subprocess.Popen,
stdout=subprocess.DEVNULL,
stderr=subprocess.DEVNULL,
......
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