Skip to content

Commit 1afd3f6

Browse files
committed
Print test output
1 parent 2590bb4 commit 1afd3f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/docker_actions/test_docker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def test_compile_timeout(build_dir):
4848

4949
chdir(build_dir)
5050
test_output = compileOD(codeText=code, compile_args=[""], build_config="Release", timeout=5)
51+
print(test_output)
5152
assert test_output["timeout"] is True
5253

5354

0 commit comments

Comments
 (0)