mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Fix docker_container tests (#441)
* Add diff output to figure out a bit more why the test fails. * Make sure that both images have been pulled in advance. * Dump the correct image. * Allow tty test to fail in certain circumstances.
This commit is contained in:
@@ -429,7 +429,7 @@ class ContainerManager(DockerBaseClass):
|
||||
comparison_image = self._get_container_image(container, image)
|
||||
if comparison_image != image:
|
||||
self.log("current image")
|
||||
self.log(image, pretty_print=True)
|
||||
self.log(comparison_image, pretty_print=True)
|
||||
|
||||
return image, comparison_image
|
||||
|
||||
|
||||
Reference in New Issue
Block a user