Skip to content

Commit b1bc801

Browse files
Massimiliano Pippimasci
Massimiliano Pippi
authored andcommitted
more debug
1 parent 0d82e3e commit b1bc801

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_compile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ def test_compile_with_simple_sketch(run_command, data_dir, working_dir):
9191
)
9292
assert result.ok
9393
print(os.listdir(working_dir))
94+
print(result.stdout)
95+
print(result.stderr)
9496
assert os.path.exists(os.path.join(working_dir, "test.hex"))
9597

9698
# Test extention won't be added if already present

0 commit comments

Comments
 (0)