Bug 1347686 - Remove e10s argument from mach xpcshell test runner r=jmaher

MozReview-Commit-ID: E5TcRxVwMzS
This commit is contained in:
William Lachance
2017-03-15 16:52:41 -04:00
parent 90a010883f
commit 6c1b99f421

View File

@@ -22,7 +22,6 @@ from mach.decorators import (
def run_xpcshell(context, **kwargs):
args = Namespace(**kwargs)
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.testingModulesDir = context.modules_dir