Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! [IMP] Add Dockerfile and hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
yajo committed Aug 25, 2017
1 parent 470429c commit cc1fc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker_run_tests
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ container = client.containers.run(

# Output logs
for line in container.logs(stdout=True, stderr=True, stream=True, follow=True):
print(line)
print(line, end="")

# Store container result
result = container.wait()
Expand Down

0 comments on commit cc1fc58

Please sign in to comment.