mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
tests/run-tests: Fix logic when selecting test-dirs for a given target.
This commit is contained in:
@@ -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':
|
||||
elif args.target == 'esp8266':
|
||||
test_dirs = ('basics', 'micropython', 'float', 'misc', 'extmod')
|
||||
elif args.target == 'wipy':
|
||||
# run WiPy tests
|
||||
|
||||
Reference in New Issue
Block a user