From 1297551e8b827fe0a63049bc83e1ba9f617cbe43 Mon Sep 17 00:00:00 2001 From: Joel Maher Date: Thu, 20 Nov 2014 07:49:04 -0500 Subject: [PATCH] Bug 1057512 - enable --run-by-dir for devtools* jobs. r=dminor --- testing/mochitest/runtests.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/testing/mochitest/runtests.py b/testing/mochitest/runtests.py index d1392ec81e57..3de63947288f 100644 --- a/testing/mochitest/runtests.py +++ b/testing/mochitest/runtests.py @@ -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: