зеркало из https://github.com/mozilla/gecko-dev.git
Bug 660788 - Turn on parxpc in automation, r=ted
This commit is contained in:
Родитель
f23a5ed005
Коммит
bdb3ff070a
|
@ -1531,10 +1531,6 @@ def main():
|
|||
print >>sys.stderr, "Error: You must specify a test filename in interactive mode!"
|
||||
sys.exit(1)
|
||||
|
||||
# running sequentially for safety reasons for now (in automation)
|
||||
# mach will run tests in parallel by default
|
||||
options.sequential = True
|
||||
|
||||
if not xpcsh.runTests(args[0], testdirs=args[1:], **options.__dict__):
|
||||
sys.exit(1)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче