diff options
| author | Damien George | 2021-03-11 16:09:27 +1100 |
|---|---|---|
| committer | Damien George | 2021-03-12 19:56:09 +1100 |
| commit | 6129b8e401c36cc68e0f7ba8180da27a40d17621 (patch) | |
| tree | f9922a1f34db804d3700ca0570827c2a8762314e /tests/feature_check | |
| 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/feature_check')
| -rw-r--r-- | tests/feature_check/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/feature_check/README b/tests/feature_check/README index d062020f7..3b7b6cba4 100644 --- a/tests/feature_check/README +++ b/tests/feature_check/README @@ -1,4 +1,4 @@ This directory doesn't contain real tests, but code snippets to detect various interpreter features, which can't be/inconvenient to detecte by -other means. Scripts here are executed by run-tests at the beginning of +other means. Scripts here are executed by run-tests.py at the beginning of testsuite to decide what other test groups to run/exclude. |
