Skip to content

Commit 0cc88f2

Browse files
committed
Clarifying default value of the test spec file path
1 parent dbf5527 commit 0cc88f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbed/mbed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,7 @@ def status(ignore=False):
12331233
dict(name='--build', help="Build directory. Default: .build/"),
12341234
dict(name='--library', dest="compile_library", action="store_true", help="Compile the current %s as a static library." % cwd_type),
12351235
dict(name='--tests', dest="compile_tests", action="store_true", help="Compile tests in TESTS directory."),
1236-
dict(name='--test_spec', dest="test_spec", help="Destination path for a test spec file that can be used by the Greentea automated test tool"),
1236+
dict(name='--test_spec', dest="test_spec", help="Destination path for a test spec file that can be used by the Greentea automated test tool. (Default is 'test_spec.json')"),
12371237
help='Compile program using the native mbed OS build system.')
12381238
def compile(toolchain=None, mcu=None, source=False, build=False, compile_library=False, compile_tests=False, test_spec="test_spec.json"):
12391239
args = remainder

0 commit comments

Comments
 (0)