Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update main.bats
chubing committed Oct 8, 2018
1 parent 4cc64f0 commit cf745da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/main.bats
@@ -7,8 +7,7 @@ load ../common
}

@test "030 Test Compose the environment" {
cd test-compose && ./compose.sh
cd test-compose && docker-compose down
cd test-compose && ./compose.sh && docker-compose down
[ "$status" -eq 0 ]
}

0 comments on commit cf745da

Please sign in to comment.