summaryrefslogtreecommitdiff
path: root/tests/run-natmodtests.py
diff options
context:
space:
mode:
authorJim Mussared <jim.mussared@gmail.com>2019-10-30 17:00:09 +1100
committerDamien George <damien.p.george@gmail.com>2020-01-12 10:37:40 +1100
commit977b532c8fcd1a9e12844dd4f9cc2d70341013d7 (patch)
treefb519988fad92878745e4f9d8c3ef6d17609f8bc /tests/run-natmodtests.py
parent7319d546b70c1ba5a34288728506c05fe4cc712d (diff)
unix: Rename unix binaries to micropython-variant (not _variant).
For consistency with mpy-cross, and other unix tools in general.
Diffstat (limited to 'tests/run-natmodtests.py')
-rwxr-xr-xtests/run-natmodtests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-natmodtests.py b/tests/run-natmodtests.py
index 3f49a1d68..46f21f81d 100755
--- a/tests/run-natmodtests.py
+++ b/tests/run-natmodtests.py
@@ -14,7 +14,7 @@ import pyboard
# Paths for host executables
CPYTHON3 = os.getenv('MICROPY_CPYTHON3', 'python3')
-MICROPYTHON = os.getenv('MICROPY_MICROPYTHON', '../ports/unix/micropython_coverage')
+MICROPYTHON = os.getenv('MICROPY_MICROPYTHON', '../ports/unix/micropython-coverage')
NATMOD_EXAMPLE_DIR = '../examples/natmod/'