Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update main.bats
  • Loading branch information
chubing committed Oct 8, 2018
1 parent effd521 commit 5a963c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/main.bats
@@ -7,7 +7,7 @@ load ../common
}

@test "030 Port 443/https is listening" {
docker run -d ${maintainer}/${imagename}
docker run -d ${maintainer}/${imagename} ui
sleep 25
#get cont id
contid=$(docker ps | grep ${maintainer}/${imagename} | cut -f 1 -d ' ')

0 comments on commit 5a963c1

Please sign in to comment.