bug 1139922 - Fix loading mozinfo in runreftest.py. r=dbaron
This commit is contained in:
@@ -149,6 +149,7 @@ class RefTest(object):
|
|||||||
break
|
break
|
||||||
dirs.add(path)
|
dirs.add(path)
|
||||||
path = os.path.split(path)[0]
|
path = os.path.split(path)[0]
|
||||||
|
mozinfo.find_and_update_from_json(*dirs)
|
||||||
|
|
||||||
def getFullPath(self, path):
|
def getFullPath(self, path):
|
||||||
"Get an absolute path relative to self.oldcwd."
|
"Get an absolute path relative to self.oldcwd."
|
||||||
|
|||||||
Reference in New Issue
Block a user