Bug 1347686 - Remove e10s argument from mach xpcshell test runner r=jmaher
MozReview-Commit-ID: E5TcRxVwMzS
This commit is contained in:
@@ -22,7 +22,6 @@ from mach.decorators import (
|
|||||||
def run_xpcshell(context, **kwargs):
|
def run_xpcshell(context, **kwargs):
|
||||||
args = Namespace(**kwargs)
|
args = Namespace(**kwargs)
|
||||||
args.appPath = args.appPath or os.path.dirname(context.firefox_bin)
|
args.appPath = args.appPath or os.path.dirname(context.firefox_bin)
|
||||||
args.e10s = context.mozharness_config.get('e10s', args.e10s)
|
|
||||||
args.utility_path = context.bin_dir
|
args.utility_path = context.bin_dir
|
||||||
args.testingModulesDir = context.modules_dir
|
args.testingModulesDir = context.modules_dir
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user