Skip to content

Commit

Permalink
Increase verbosity for tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Feb 25, 2021
1 parent b3e8507 commit 1fab5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/base_docker_container_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def _remove_container(cls):
# try to get logs if container crashed
try:
if container.status == 'exited':
print(container.logs())
print('Container "' + cls._get_container_name() + '" crashed, there are logs:', container.logs())
except:
pass

Expand Down

0 comments on commit 1fab5fa

Please sign in to comment.