diff options
author | Damien George <damien@micropython.org> | 2021-03-11 16:09:27 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-03-12 19:56:09 +1100 |
commit | 6129b8e401c36cc68e0f7ba8180da27a40d17621 (patch) | |
tree | f9922a1f34db804d3700ca0570827c2a8762314e /tests/run-tests-exp.py | |
parent | b24fcd7aec4b34064e9d9016d417d4ca3cc925cc (diff) |
tests: Rename run-tests to run-tests.py for consistency.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tests/run-tests-exp.py')
-rw-r--r-- | tests/run-tests-exp.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run-tests-exp.py b/tests/run-tests-exp.py index ac32fe986..21b664533 100644 --- a/tests/run-tests-exp.py +++ b/tests/run-tests-exp.py @@ -1,6 +1,6 @@ # -# This is minimal MicroPython variant of run-tests script, which uses -# .exp files as generated by run-tests --write-exp. It is useful to run +# This is minimal MicroPython variant of run-tests.py script, which uses +# .exp files as generated by run-tests.py --write-exp. It is useful to run # testsuite on systems which have neither CPython3 nor unix shell. # This script is intended to be run by the same interpreter executable # which is to be tested, so should use minimal language functionality. |