[Libreoffice-commits] .: test-bugzilla-files/test-bugzilla-files.py

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Feb 18 08:33:30 PST 2013


 test-bugzilla-files/test-bugzilla-files.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cb7f00f5d7581a9cc19dc0839efadf155f1e805c
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Mon Feb 18 17:33:11 2013 +0100

    make sure that soffice is always killed even if an exception is thrown

diff --git a/test-bugzilla-files/test-bugzilla-files.py b/test-bugzilla-files/test-bugzilla-files.py
index 4dca76d..4ff0aed 100644
--- a/test-bugzilla-files/test-bugzilla-files.py
+++ b/test-bugzilla-files/test-bugzilla-files.py
@@ -401,8 +401,8 @@ def runLoadFileTests(opts, dirs):
         tests = (LoadFileTest(file, state) for file in files)
         connection = PersistentConnection(opts)
         runConnectionTests(connection, simpleInvoke, tests)
-        connection.kill()
     finally:
+        connection.kill()
         writeReport(state, startTime)
 
 def parseArgs(argv):


More information about the Libreoffice-commits mailing list