Bug 1057512 - enable --run-by-dir for devtools* jobs. r=dminor

This commit is contained in:
Joel Maher 2014-11-20 07:49:04 -05:00
Родитель 62a809499d
Коммит 1297551e8b
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -1711,8 +1711,9 @@ class Mochitest(MochitestUtilsMixin):
self.setTestRoot(options)
# Until we have all green, this only runs on bc* jobs (not dt* jobs)
if options.browserChrome and not options.subsuite:
# This runs on bc* and dt* jobs only
# We need to fix tests on plain|chrome|webapprt|a11y before making this default
if options.browserChrome:
options.runByDir = True
if not options.runByDir: