From 6c1b99f42162001e7d302b2ef901b60d9a21dc7a Mon Sep 17 00:00:00 2001 From: William Lachance Date: Wed, 15 Mar 2017 16:52:41 -0400 Subject: [PATCH] Bug 1347686 - Remove e10s argument from mach xpcshell test runner r=jmaher MozReview-Commit-ID: E5TcRxVwMzS --- testing/xpcshell/mach_test_package_commands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/xpcshell/mach_test_package_commands.py b/testing/xpcshell/mach_test_package_commands.py index dd4c576a10f4..dca206794233 100644 --- a/testing/xpcshell/mach_test_package_commands.py +++ b/testing/xpcshell/mach_test_package_commands.py @@ -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