Bug 1454404 - Pass adb path from Android mach commands to test harnesses; r=jmaher

This commit is contained in:
Geoff Brown
2018-04-16 14:05:32 -06:00
parent 1f21b399b4
commit e85432de3f
9 changed files with 11 additions and 11 deletions

View File

@@ -147,7 +147,7 @@ def add_remote_arguments(parser):
help="serial ID of device")
parser.add_argument("--adbPath", action="store", type=str, dest="adbPath",
default="adb",
default=None,
help="Path to adb")
parser.add_argument("--noSetup", action="store_false", dest="setup", default=True,