зеркало из https://github.com/mozilla/gecko-dev.git
Bug 984930 - Create mochitest-dt [temporarily turn off --subsuite]. r=mratcliffe
This commit is contained in:
Родитель
d0f5dae6ab
Коммит
97f8165ef6
|
@ -466,7 +466,8 @@ class MochitestUtilsMixin(object):
|
|||
info[k] = v
|
||||
|
||||
# Bug 883858 - return all tests including disabled tests
|
||||
tests = manifest.active_tests(disabled=True, options=options, **info)
|
||||
# tests = manifest.active_tests(disabled=True, options=options, **info)
|
||||
tests = manifest.active_tests(disabled=True, **info)
|
||||
paths = []
|
||||
testPath = self.getTestPath(options)
|
||||
|
||||
|
@ -1513,6 +1514,11 @@ def main():
|
|||
# parsing error
|
||||
sys.exit(1)
|
||||
|
||||
if options.subsuite:
|
||||
print "INFO | terminating test run as subsuite is not fully supported yet"
|
||||
print "INFO TEST-START | Shutdown"
|
||||
return 0
|
||||
|
||||
options.utilityPath = mochitest.getFullPath(options.utilityPath)
|
||||
options.certPath = mochitest.getFullPath(options.certPath)
|
||||
if options.symbolsPath and not isURL(options.symbolsPath):
|
||||
|
|
Загрузка…
Ссылка в новой задаче