mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-01 12:03:08 +00:00
Bug 916350 - Add missing hunk to get b2g desktop reftests working. r=bustage
This commit is contained in:
parent
4215ebf6b5
commit
805da2b117
@ -110,8 +110,8 @@ class RefTest(object):
|
||||
|
||||
oldcwd = os.getcwd()
|
||||
|
||||
def __init__(self, automation):
|
||||
self.automation = automation
|
||||
def __init__(self, automation=None):
|
||||
self.automation = automation or Automation()
|
||||
|
||||
def getFullPath(self, path):
|
||||
"Get an absolute path relative to self.oldcwd."
|
||||
|
Loading…
x
Reference in New Issue
Block a user