mirror of https://github.com/ARMmbed/mbed-os.git
parent
f6f5c531cb
commit
215f4259ce
|
@ -59,7 +59,7 @@ if __name__ == '__main__':
|
||||||
parser.add_argument("-b",
|
parser.add_argument("-b",
|
||||||
dest="build",
|
dest="build",
|
||||||
default=False,
|
default=False,
|
||||||
type=argparse_dir_not_parent(ROOT),
|
action="store_true",
|
||||||
help="use the mbed library build, instead of the sources")
|
help="use the mbed library build, instead of the sources")
|
||||||
|
|
||||||
group.add_argument("-L", "--list-tests",
|
group.add_argument("-L", "--list-tests",
|
||||||
|
|
Loading…
Reference in New Issue