Bug 987360 - Fix b2g/android xpcshell bustage, r=bustage

This commit is contained in:
Andrew Halberstadt 2015-03-27 12:17:00 -04:00
Родитель 4aa193a6b8
Коммит 68400e6cbd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -752,7 +752,7 @@ class XPCShellTests(object):
self.harness_timeout = HARNESS_TIMEOUT
self.nodeProc = {}
def buildTestList(self, test_tags):
def buildTestList(self, test_tags=None):
"""
read the xpcshell.ini manifest and set self.alltests to be
an array of test objects.