Fix CircleCI build

- Specify assert lines for tests to avoid btrfs errors with CircleCI
- Update Docker version to 1.9.1 in CircleCI
This commit is contained in:
David Parrish
2015-12-14 02:04:53 -05:00
parent 9644c311be
commit 35c68ba7f7
5 changed files with 9 additions and 7 deletions
+2 -2
View File
@@ -32,9 +32,9 @@ function setup {
# THEN
run curl_container $SUT_CONTAINER /data --header 'Host: multiple-hosts-1-A.bats'
assert_output "answer from port 80"
assert_output -l 0 "answer from port 80"
# THEN
run curl_container $SUT_CONTAINER /data --header 'Host: multiple-hosts-1-B.bats'
assert_output "answer from port 80"
assert_output -l 0 "answer from port 80"
}