From 3a57a1a4666b6961a071ab58aba7a037cd4b657a Mon Sep 17 00:00:00 2001 From: Jan de Mooij Date: Fri, 17 Nov 2017 12:14:04 +0100 Subject: [PATCH] Bug 1417844 part 5 - Stop passing -v 170 to xpcshell. r=jmaher --- layout/tools/reftest/remotereftest.py | 1 - testing/mochitest/runtests.py | 2 -- 2 files changed, 3 deletions(-) diff --git a/layout/tools/reftest/remotereftest.py b/layout/tools/reftest/remotereftest.py index 0e81faa1230d..a5d42008a563 100644 --- a/layout/tools/reftest/remotereftest.py +++ b/layout/tools/reftest/remotereftest.py @@ -80,7 +80,6 @@ class ReftestServer: env["PATH"] = env["PATH"] + ";" + self._xrePath args = ["-g", self._xrePath, - "-v", "170", "-f", os.path.join(self._httpdPath, "httpd.js"), "-e", "const _PROFILE_PATH = '%(profile)s';const _SERVER_PORT = " "'%(port)s'; const _SERVER_ADDR ='%(server)s';" % { diff --git a/testing/mochitest/runtests.py b/testing/mochitest/runtests.py index 4bf8fc8e0046..3b46d773f8b2 100644 --- a/testing/mochitest/runtests.py +++ b/testing/mochitest/runtests.py @@ -439,8 +439,6 @@ class MochitestServer(object): args = [ "-g", self._xrePath, - "-v", - "170", "-f", os.path.join( self._httpdPath,