Bug 660788 - Turn on parxpc in automation, r=ted

This commit is contained in:
Mihnea Dobrescu-Balaur 2013-08-15 13:53:25 -07:00
Родитель f23a5ed005
Коммит bdb3ff070a
1 изменённых файлов: 0 добавлений и 4 удалений

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

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