Improve unit testing output; fix issue with non-ascii output from embedded device // Issue #753
This commit is contained in:
@@ -258,7 +258,7 @@ def GetActualLDScript(env):
|
||||
|
||||
def ProgressHandler(env, node):
|
||||
item = str(node)
|
||||
if ("toolchain-" in item or "tool-" in item) or \
|
||||
if "toolchain-" in item or "tool-" in item or \
|
||||
item.endswith((".o", ".h", ".hpp", ".ipp")):
|
||||
return
|
||||
item = item.replace(env['PIOHOME_DIR'], ".platformio")
|
||||
|
||||
Reference in New Issue
Block a user