test-bugzilla-files/test-bugzilla-files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ee6deb9c57a16a6de43aefd7f4e392e10cc40dd3 Author: Michael Stahl <[email protected]> Date: Tue Jul 3 13:53:38 2018 +0200 test-bugzilla-files.py: add back "current" directory to fileURL (regression from 347c1b16822777871f3d8dacca4befa95eeb805d) Change-Id: I096c2881bb6fc8dcfa1c87361aa9f3d3494b75dc diff --git a/test-bugzilla-files/test-bugzilla-files.py b/test-bugzilla-files/test-bugzilla-files.py index 4dc048e..503a56b 100644 --- a/test-bugzilla-files/test-bugzilla-files.py +++ b/test-bugzilla-files/test-bugzilla-files.py @@ -353,7 +353,7 @@ def exportDoc(xDoc, filterName, validationCommand, filename, connection, timer): base = os.path.splitext(filename)[0] filename = base + extensions[filterName] # note: avoid empty path segments in the url! - fileURL = "file://" + os.path.normpath(os.environ["CRASHTESTDATA"] + "/" + filename) + fileURL = "file://" + os.path.normpath(os.environ["CRASHTESTDATA"] + "/current/" + filename) t = None try: args = [connection] _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
