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
d964873e
Commit
d964873e
authored
Mar 07, 2016
by
Damien George
Browse files
tests/run-tests: Fix logic when selecting test-dirs for a given target.
parent
ce3beb16
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/run-tests
View file @
d964873e
...
...
@@ -363,7 +363,7 @@ def main():
if
args
.
target
==
'pyboard'
:
# run pyboard tests
test_dirs
=
(
'basics'
,
'micropython'
,
'float'
,
'misc'
,
'extmod'
,
'pyb'
,
'pybnative'
,
'inlineasm'
)
if
args
.
target
==
'esp8266'
:
el
if
args
.
target
==
'esp8266'
:
test_dirs
=
(
'basics'
,
'micropython'
,
'float'
,
'misc'
,
'extmod'
)
elif
args
.
target
==
'wipy'
:
# run WiPy tests
...
...
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