From 1d34d1a019ff8ee9613eef6b5101803267d96bc6 Mon Sep 17 00:00:00 2001 From: Ted Mielczarek Date: Mon, 6 Apr 2015 15:10:20 -0400 Subject: [PATCH] bug 1139922 - Fix loading mozinfo in runreftest.py. r=dbaron --- layout/tools/reftest/runreftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/layout/tools/reftest/runreftest.py b/layout/tools/reftest/runreftest.py index dd73008216a0..1389845a4870 100644 --- a/layout/tools/reftest/runreftest.py +++ b/layout/tools/reftest/runreftest.py @@ -149,6 +149,7 @@ class RefTest(object): break dirs.add(path) path = os.path.split(path)[0] + mozinfo.find_and_update_from_json(*dirs) def getFullPath(self, path): "Get an absolute path relative to self.oldcwd."