Bug 984930 - Create mochitest-dt [temporarily turn off --subsuite]. r=mratcliffe

This commit is contained in:
Joel Maher 2014-04-10 15:00:56 -04:00
parent e7dad953b0
commit 6ef8e7088a

View File

@ -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):