Skip to content

Commit 6ca17bc

Browse files
committed
Stupid typo
1 parent c297ca3 commit 6ca17bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/run-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if os.name == 'nt':
1313
MP_PY = os.getenv('MICROPY_MP_PY', '../windows/micropython.exe')
1414
else:
1515
CPYTHON3 = os.getenv('MICROPY_CPYTHON3', 'python3')
16-
MP_PY = ('MICROPY_MP_PY', '../unix/micropython')
16+
MP_PY = os.getenv('MICROPY_MP_PY', '../unix/micropython')
1717

1818
# Set of tests that we shouldn't run under Travis CI
1919
skip_travis_tests = set(['basics/memoryerror.py'])

0 commit comments

Comments
 (0)