aboutsummaryrefslogtreecommitdiff
path: root/tests/feature_check
diff options
context:
space:
mode:
authorDamien George2021-03-11 16:09:27 +1100
committerDamien George2021-03-12 19:56:09 +1100
commit6129b8e401c36cc68e0f7ba8180da27a40d17621 (patch)
treef9922a1f34db804d3700ca0570827c2a8762314e /tests/feature_check
parentb24fcd7aec4b34064e9d9016d417d4ca3cc925cc (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/README2
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.