Commit bbe27cf2 authored by Boris Kocherov's avatar Boris Kocherov

fix running openoffice_tester.py

parent 6312f7e2
......@@ -68,7 +68,8 @@ class OpenOffice(Application):
"helper", "openoffice_tester.py")),
"--hostname=%s" % host,
"--port=%s" % port,
"--uno_path=%s" % self.uno_path]
"--uno_path=%s" % self.uno_path,
"--office_binary_path=%s" % self.office_binary_path]
logger.debug("Testing Openoffice Instance %s" % port)
stdout, stderr = Popen(args, stdout=PIPE,
stderr=PIPE, close_fds=True).communicate()
......
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