diff options
| author | Damien George <damien.p.george@gmail.com> | 2015-10-12 00:06:25 +0100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2015-10-12 00:06:25 +0100 |
| commit | 0334058fa43a8ac7c689007f5824510c2927c5cc (patch) | |
| tree | 0abd0f6efd70aa922d0cb14a8c06c38bc957b276 /tests/run-bench-tests | |
| parent | 6206f431cf50741f633762dac185421e4c4f1a0d (diff) | |
Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.
Diffstat (limited to 'tests/run-bench-tests')
| -rwxr-xr-x | tests/run-bench-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-bench-tests b/tests/run-bench-tests index 59074bb87..62f0833f4 100755 --- a/tests/run-bench-tests +++ b/tests/run-bench-tests @@ -58,7 +58,7 @@ def run_tests(pyb, test_dict): return True def main(): - cmd_parser = argparse.ArgumentParser(description='Run tests for Micro Python.') + cmd_parser = argparse.ArgumentParser(description='Run tests for MicroPython.') cmd_parser.add_argument('--pyboard', action='store_true', help='run the tests on the pyboard') cmd_parser.add_argument('files', nargs='*', help='input test files') args = cmd_parser.parse_args() |
