8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f1b39 commit 0708dd4Copy full SHA for 0708dd4
tests/run-bench-tests
@@ -13,10 +13,10 @@ from collections import defaultdict
13
# to the correct executable.
14
if os.name == 'nt':
15
CPYTHON3 = os.getenv('MICROPY_CPYTHON3', 'python3.exe')
16
- MICROPYTHON = os.getenv('MICROPY_MICROPYTHON', '../windows/micropython.exe')
+ MICROPYTHON = os.getenv('MICROPY_MICROPYTHON', '../ports/windows/micropython.exe')
17
else:
18
CPYTHON3 = os.getenv('MICROPY_CPYTHON3', 'python3')
19
- MICROPYTHON = os.getenv('MICROPY_MICROPYTHON', '../unix/micropython')
+ MICROPYTHON = os.getenv('MICROPY_MICROPYTHON', '../ports/unix/micropython')
20
21
def run_tests(pyb, test_dict):
22
test_count = 0
0 commit comments