mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 778204 - update marionette test harness emulator documentation, r=jgriffin
This commit is contained in:
parent
b80c9930e9
commit
3eb0249944
@ -510,8 +510,10 @@ if __name__ == "__main__":
|
||||
parser.add_option("--emulator",
|
||||
action = "store", dest = "emulator",
|
||||
default = None, choices = ["x86", "arm"],
|
||||
help = "Launch a B2G emulator on which to run tests. "
|
||||
"You need to specify which architecture to emulate.")
|
||||
help = "If no --address is given, then the harness will launch a B2G emulator "
|
||||
"on which to run emulator tests. If --address is given, then the harness assumes you are "
|
||||
"running an emulator already, and will run the emulator tests using that emulator. "
|
||||
"You need to specify which architecture to emulate for both cases.")
|
||||
parser.add_option("--emulator-binary",
|
||||
action = "store", dest = "emulatorBinary",
|
||||
default = None,
|
||||
|
Loading…
Reference in New Issue
Block a user