Skip to content

Commit 4f21970

Browse files
committed
flush example name first
1 parent 8617e71 commit 4f21970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def test_examples_in_learningrepo(folderpath):
275275
if not projectpath.endswith(".ino"):
276276
continue
277277
# found an INO!
278-
print('\t'+projectpath, end=' ')
278+
print('\t'+projectpath, end=' ', flush=True)
279279
# check if we should SKIP
280280
skipfilename = folderpath+"/."+platform+".test.skip"
281281
onlyfilename = folderpath+"/."+platform+".test.only"

0 commit comments

Comments
 (0)