diff options
| author | Damien George <damien@micropython.org> | 2022-08-18 11:46:53 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-08-18 11:47:58 +1000 |
| commit | cbc9f944c4db6e3aee0bce0584b1eab674f0e5b9 (patch) | |
| tree | cc488dc42b1f5e63a337f75a669a18512903d97d /tests/run-perfbench.py | |
| parent | 98bd7e33b32fb00ad2900e71cbe5cc4938598a7a (diff) | |
tests,tools: Update path to unix micropython executable.
These were missed by 47c84286e8c8d9873e99f12711a683ecd6b9ca62
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tests/run-perfbench.py')
| -rwxr-xr-x | tests/run-perfbench.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-perfbench.py b/tests/run-perfbench.py index d70b99693..6f340968b 100755 --- a/tests/run-perfbench.py +++ b/tests/run-perfbench.py @@ -21,7 +21,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") PYTHON_TRUTH = CPYTHON3 |
