Bug 920364 - Remove unused --enable-privilege from remotereftest invocations - r=gbrown

This commit is contained in:
Chris Cooper 2014-06-19 22:29:33 -04:00
parent 0822868c7c
commit ddba2c8da6
3 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ config = {
"reftest": {
"run_filename": "remotereftest.py",
"options": [ "--app=%(app)s", "--ignore-window-size",
"--bootstrap", "--enable-privilege",
"--bootstrap",
"--remote-webserver=%(remote_webserver)s", "--xre-path=%(xre_path)s",
"--utility-path=%(utility_path)s", "--deviceIP=%(device_ip)s",
"--devicePort=%(device_port)s", "--http-port=%(http_port)s",

View File

@ -27,7 +27,7 @@ config = {
"--xre-path=../hostutils/xre",
"--utility-path=../hostutils/bin",
"--app=%(app_name)s",
"--enable-privilege", "--ignore-window-size", "--bootstrap",
"--ignore-window-size", "--bootstrap",
"--http-port=%(http_port)s", "--ssl-port=%(ssl_port)s",
"--symbols-path=%(symbols_path)s",
"reftest/tests/testing/crashtest/crashtests.list"
@ -37,7 +37,7 @@ config = {
"--xre-path=../hostutils/xre",
"--utility-path=../hostutils/bin",
"--app=%(app_name)s",
"--enable-privilege", "--ignore-window-size", "--bootstrap",
"--ignore-window-size", "--bootstrap",
"--extra-profile-file=jsreftest/tests/user.js", "jsreftest/tests/jstests.list",
"--http-port=%(http_port)s", "--ssl-port=%(ssl_port)s",
"--symbols-path=%(symbols_path)s"

View File

@ -18,7 +18,7 @@ config = {
"reftest": {
"run_filename": "remotereftest.py",
"options": [ "--app=%(app)s", "--ignore-window-size",
"--bootstrap", "--enable-privilege",
"--bootstrap",
"--remote-webserver=%(remote_webserver)s", "--xre-path=%(xre_path)s",
"--utility-path=%(utility_path)s", "--deviceIP=%(device_ip)s",
"--devicePort=%(device_port)s", "--http-port=%(http_port)s",