Skip to content

Commit d4e0fbb

Browse files
authored
Code cleanup
1 parent e3496b4 commit d4e0fbb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mbed/mbed.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2776,7 +2776,6 @@ def test_(toolchain=None, target=None, compile_list=False, run_list=False,
27762776
icetea = False
27772777
if icetea and not os.path.exists(os.path.join(getcwd(), 'TEST_APPS')):
27782778
error("Cannot run icetea tests. Current folder does not contain TEST_APPS folder.", 1)
2779-
icetea = False
27802779

27812780
# Save original working directory
27822781
orig_path = getcwd()

0 commit comments

Comments
 (0)