summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-05-31 18:11:01 +0100
committerDamien George <damien.p.george@gmail.com>2014-05-31 18:11:01 +0100
commita053e37b2cd453db35ca28e5292e24ec898e585f (patch)
treef9e9705fa6a89fbe08afb594d8944a31941ed903
parente7412ab37b6704a1ea8bb5db29c4ac8fc6b2b3ea (diff)
downloadmicropython-a053e37b2cd453db35ca28e5292e24ec898e585f.tar.gz
micropython-a053e37b2cd453db35ca28e5292e24ec898e585f.zip
tests: Change --test_dirs to --test-dirs.
-rwxr-xr-xtests/run-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-tests b/tests/run-tests
index 1a79bdc093..1e6dd50538 100755
--- a/tests/run-tests
+++ b/tests/run-tests
@@ -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()