Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
a053e37b
Commit
a053e37b
authored
May 31, 2014
by
Damien George
Browse files
tests: Change --test_dirs to --test-dirs.
parent
e7412ab3
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/run-tests
View file @
a053e37b
...
...
@@ -111,7 +111,7 @@ def run_tests(pyb, tests):
def
main
():
cmd_parser
=
argparse
.
ArgumentParser
(
description
=
'Run tests for Micro Python.'
)
cmd_parser
.
add_argument
(
'--pyboard'
,
action
=
'store_true'
,
help
=
'run the tests on the pyboard'
)
cmd_parser
.
add_argument
(
'-d'
,
'--test
_
dirs'
,
nargs
=
'*'
,
help
=
'input test directories (if no files given)'
)
cmd_parser
.
add_argument
(
'-d'
,
'--test
-
dirs'
,
nargs
=
'*'
,
help
=
'input test directories (if no files given)'
)
cmd_parser
.
add_argument
(
'files'
,
nargs
=
'*'
,
help
=
'input test files'
)
args
=
cmd_parser
.
parse_args
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment