From 3af41aa822fe8b3283fe572325e7915d69040794 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Thu, 4 Jan 2018 12:50:22 -0500 Subject: [PATCH] Update image.bats commented out empty autorun test --- tests/image.bats | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/image.bats b/tests/image.bats index cf3ac84..fafd2c9 100644 --- a/tests/image.bats +++ b/tests/image.bats @@ -17,6 +17,6 @@ load ../common [ "$status" -ne 0 ] } -@test "Has fired autorun onbuild" { - docker run -i $maintainer/$imagename find /opt/log/autoexec.build.log -} +# @test "Has fired autorun onbuild" { +# docker run -i $maintainer/$imagename find /opt/log/autoexec.build.log +# }