try printing all output
This commit is contained in:
parent
71973a2beb
commit
82fab6ed94
1 changed files with 2 additions and 2 deletions
|
|
@ -197,9 +197,9 @@ def test_examples_in_folder(folderpath):
|
|||
ColorPrint.print_pass(CHECK)
|
||||
else:
|
||||
ColorPrint.print_fail(CROSS)
|
||||
ColorPrint.print_fail(out.decode("utf-8"))
|
||||
ColorPrint.print_fail(err.decode("utf-8"))
|
||||
success = 1
|
||||
ColorPrint.print_fail(out.decode("utf-8"))
|
||||
ColorPrint.print_fail(err.decode("utf-8"))
|
||||
|
||||
for platform in platforms:
|
||||
fqbn = ALL_PLATFORMS[platform]
|
||||
|
|
|
|||
Loading…
Reference in a new issue