bug 1139922 - Fix loading mozinfo in runreftest.py. r=dbaron

This commit is contained in:
Ted Mielczarek
2015-04-06 15:10:20 -04:00
parent e58f9fa42a
commit 1d34d1a019

View File

@@ -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."