From b1ae75b08db237c258f81057f9bc852cbaec92b9 Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Wed, 14 Sep 2016 11:46:29 -0400 Subject: [PATCH] Better test invocation, needs to hit the composed container that's now started --- tests/running.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/running.bats b/tests/running.bats index b9da100..879fe4c 100644 --- a/tests/running.bats +++ b/tests/running.bats @@ -3,5 +3,5 @@ load ../common @test "Has fired autorun firstrun" { - docker run -i $maintainer/$imagename find /opt/log/autoexec.firstrun.log + docker exec -i $imagename find /opt/log/autoexec.firstrun.log }