summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2016-03-07 12:00:16 +0000
committerDamien George <damien.p.george@gmail.com>2016-03-07 12:00:16 +0000
commitd964873e563f7ee39f93ccd8d98906372c04b7cd (patch)
treee6efdf2556fbb78ad2a7b3c513abfac0007aeb82
parentce3beb1672a890726902988c4e9184ec6cf3e902 (diff)
downloadmicropython-d964873e563f7ee39f93ccd8d98906372c04b7cd.tar.gz
micropython-d964873e563f7ee39f93ccd8d98906372c04b7cd.zip
tests/run-tests: Fix logic when selecting test-dirs for a given target.
-rwxr-xr-xtests/run-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-tests b/tests/run-tests
index fc269a1fcc..b5a88408b3 100755
--- a/tests/run-tests
+++ b/tests/run-tests
@@ -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