Skip to content

Commit 86c1cb6

Browse files
author
Olli-Pekka Puolitaival
committed
initialize tchain variable before usage
1 parent 9a8f7a2 commit 86c1cb6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mbed/mbed.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2753,6 +2753,9 @@ def test_(toolchain=None, target=None, compile_list=False, run_list=False,
27532753
app_config=None, test_config=None, coverage=None, make_program=None,
27542754
new=None, generator=None, regex=None, unittests=None,
27552755
build_data=None, greentea=None, icetea=None):
2756+
2757+
tchain = None
2758+
27562759
# Default behaviour is to run only greentea tests
27572760
if not (greentea or icetea or unittests):
27582761
greentea = True

0 commit comments

Comments
 (0)