mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
tests,tools: Update path to unix micropython executable.
These were missed by 47c84286e8
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -16,7 +16,7 @@ if os.name == "nt":
|
||||
MICROPYTHON = os.getenv("MICROPY_MICROPYTHON", "../ports/windows/micropython.exe")
|
||||
else:
|
||||
CPYTHON3 = os.getenv("MICROPY_CPYTHON3", "python3")
|
||||
MICROPYTHON = os.getenv("MICROPY_MICROPYTHON", "../ports/unix/micropython")
|
||||
MICROPYTHON = os.getenv("MICROPY_MICROPYTHON", "../ports/unix/build-standard/micropython")
|
||||
|
||||
|
||||
def run_tests(pyb, test_dict):
|
||||
|
||||
Reference in New Issue
Block a user