author | Masatoshi Kimura <VYV03354@nifty.ne.jp> |
Sat, 28 Jun 2014 15:01:23 +0900 | |
changeset 191328 | f3600598f892aaeeb5f1d6b58f18f537a29caa54 |
parent 191327 | 6a10ccabb63ee423cf9e973b9dec95ed09c20204 |
child 191329 | 6af052a9805e926e58a3605e0a0a7e373f4ca59b |
push id | 45546 |
push user | VYV03354@nifty.ne.jp |
push date | Sat, 28 Jun 2014 06:02:03 +0000 |
treeherder | mozilla-inbound@f3600598f892 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | ted |
bugs | 1028438 |
milestone | 33.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/layout/tools/reftest/remotereftest.py +++ b/layout/tools/reftest/remotereftest.py @@ -66,20 +66,16 @@ class RemoteOptions(ReftestOptions): help = "Port for https traffic to the web server") defaults["sslPort"] = automation.DEFAULT_SSL_PORT self.add_option("--remote-logfile", action="store", type = "string", dest = "remoteLogFile", help = "Name of log file on the device relative to device root. PLEASE USE ONLY A FILENAME.") defaults["remoteLogFile"] = None - self.add_option("--enable-privilege", action="store_true", dest = "enablePrivilege", - help = "add webserver and port to the user.js file for remote script access and universalXPConnect") - defaults["enablePrivilege"] = False - self.add_option("--pidfile", action = "store", type = "string", dest = "pidFile", help = "name of the pidfile to generate") defaults["pidFile"] = "" self.add_option("--bootstrap", action="store_true", dest = "bootstrap", help = "test with a bootstrap addon required for native Fennec") defaults["bootstrap"] = False