Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
34e1199b
Commit
34e1199b
authored
Apr 03, 2014
by
Paul Sokolovsky
Browse files
run-tests: Allow to override python3 command to use via environment var.
parent
c61ce965
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/run-tests
View file @
34e1199b
...
...
@@ -9,7 +9,7 @@ if os.name == 'nt':
CPYTHON3
=
'python3.exe'
MP_PY
=
'../windows/micropython.exe'
else
:
CPYTHON3
=
'python3'
CPYTHON3
=
os
.
getenv
(
'MICROPY_CPYTHON3'
,
'python3'
)
MP_PY
=
'../unix/micropython'
def
rm_f
(
fname
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment