summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/run-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-tests b/tests/run-tests
index 834f1f930..86b7d14e1 100755
--- a/tests/run-tests
+++ b/tests/run-tests
@@ -9,7 +9,7 @@ if os.name == 'nt':
CPYTHON3 = 'python3.exe'
MP_PY = '../windows/micropython.exe'
else:
- CPYTHON3 = 'python3'
+ CPYTHON3 = os.getenv('MICROPY_CPYTHON3', 'python3')
MP_PY = '../unix/micropython'
def rm_f(fname):