зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1417844 part 5 - Stop passing -v 170 to xpcshell. r=jmaher
This commit is contained in:
Родитель
793d5faa99
Коммит
3a57a1a466
|
@ -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,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче