Set LIBO_ONEWAY_STABLE_ODF_EXPORT
Change-Id: I97ef9ba6a3082403a76612cf99e46a0d19c9643e
This commit is contained in:
@@ -156,6 +156,7 @@ class OfficeConnection:
|
|||||||
if "--valgrind" in self.args:
|
if "--valgrind" in self.args:
|
||||||
argv.append("--valgrind")
|
argv.append("--valgrind")
|
||||||
os.putenv("SAL_LOG", "-INFO-WARN")
|
os.putenv("SAL_LOG", "-INFO-WARN")
|
||||||
|
os.putenv("LIBO_ONEWAY_STABLE_ODF_EXPORT", "YES")
|
||||||
self.pro = subprocess.Popen(argv)
|
self.pro = subprocess.Popen(argv)
|
||||||
# print(self.pro.pid)
|
# print(self.pro.pid)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user