Skip to content

Commit

Permalink
Update image.bats
Browse files Browse the repository at this point in the history
commented out empty autorun test
  • Loading branch information
chubing authored Jan 4, 2018
1 parent ab3f3e3 commit 3af41aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/image.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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
# }

0 comments on commit 3af41aa

Please sign in to comment.