Skip to content

Commit

Permalink
Update main.bats
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored 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
Original file line number Diff line number Diff line change
Expand Up @@ -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 ' ')
Expand Down

0 comments on commit 5a963c1

Please sign in to comment.