Bug 778204 - update marionette test harness emulator documentation, r=jgriffin

This commit is contained in:
Malini Das 2012-08-01 15:30:27 -04:00
parent b80c9930e9
commit 3eb0249944

View File

@ -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,