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

MozReview-Commit-ID: E5TcRxVwMzS

--HG--
extra : rebase_source : dab902527ef09cfb4722ccc885998e1169b4c9d6
This commit is contained in:
William Lachance 2017-03-15 16:52:41 -04:00
parent 4628adf1fb
commit a4dc8a2777

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