summaryrefslogtreecommitdiffstatshomepage
path: root/tests/run-multitests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-multitests.py')
-rwxr-xr-xtests/run-multitests.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/run-multitests.py b/tests/run-multitests.py
index 70bae59474..2fd5f027e7 100755
--- a/tests/run-multitests.py
+++ b/tests/run-multitests.py
@@ -27,7 +27,9 @@ import pyboard
if os.name == "nt":
CPYTHON3 = os.getenv("MICROPY_CPYTHON3", "python3.exe")
- MICROPYTHON = os.getenv("MICROPY_MICROPYTHON", test_dir + "/../ports/windows/micropython.exe")
+ MICROPYTHON = os.getenv(
+ "MICROPY_MICROPYTHON", test_dir + "/../ports/windows/build-standard/micropython.exe"
+ )
else:
CPYTHON3 = os.getenv("MICROPY_CPYTHON3", "python3")
MICROPYTHON = os.getenv(