Skip to content

Commit c7e0a1c

Browse files
committed
output checkDockerImageExists results as it seems to be the common factor
1 parent d855031 commit c7e0a1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/scala/io/viash/TestHelper.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ object TestHelper {
9898
Seq("docker", "images", name)
9999
)
100100

101-
// print(out)
101+
println(out)
102102
val regex = s"$name\\s*$tag".r
103103

104104
regex.findFirstIn(out.output).isDefined

0 commit comments

Comments
 (0)