Bug 1417844 part 5 - Stop passing -v 170 to xpcshell. r=jmaher

This commit is contained in:
Jan de Mooij 2017-11-17 12:14:04 +01:00
Родитель 793d5faa99
Коммит 3a57a1a466
2 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -80,7 +80,6 @@ class ReftestServer:
env["PATH"] = env["PATH"] + ";" + self._xrePath env["PATH"] = env["PATH"] + ";" + self._xrePath
args = ["-g", self._xrePath, args = ["-g", self._xrePath,
"-v", "170",
"-f", os.path.join(self._httpdPath, "httpd.js"), "-f", os.path.join(self._httpdPath, "httpd.js"),
"-e", "const _PROFILE_PATH = '%(profile)s';const _SERVER_PORT = " "-e", "const _PROFILE_PATH = '%(profile)s';const _SERVER_PORT = "
"'%(port)s'; const _SERVER_ADDR ='%(server)s';" % { "'%(port)s'; const _SERVER_ADDR ='%(server)s';" % {

Просмотреть файл

@ -439,8 +439,6 @@ class MochitestServer(object):
args = [ args = [
"-g", "-g",
self._xrePath, self._xrePath,
"-v",
"170",
"-f", "-f",
os.path.join( os.path.join(
self._httpdPath, self._httpdPath,