Bug 898725 - Fix mochitest mach target regression, r=jgriffin

This commit is contained in:
Andrew Halberstadt 2013-07-29 13:01:54 -04:00
parent 070b42da93
commit 0069d4ee83
2 changed files with 5 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class MochitestRunner(MozbuildObject):
runner = mochitest.Mochitest(automation)
opts = mochitest.MochitestOptions(automation, tests_dir)
opts = mochitest.MochitestOptions(automation)
options, args = opts.parse_args([])
# Need to set the suite options before verifyOptions below.

View File

@ -1,3 +1,7 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
import optparse
import os
import sys