summaryrefslogtreecommitdiff
path: root/tests/run-bench-tests
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-10-12 00:06:25 +0100
committerDamien George <damien.p.george@gmail.com>2015-10-12 00:06:25 +0100
commit0334058fa43a8ac7c689007f5824510c2927c5cc (patch)
tree0abd0f6efd70aa922d0cb14a8c06c38bc957b276 /tests/run-bench-tests
parent6206f431cf50741f633762dac185421e4c4f1a0d (diff)
Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.
Diffstat (limited to 'tests/run-bench-tests')
-rwxr-xr-xtests/run-bench-tests2
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()