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
@@ -105,10 +105,10 @@ function assert_nginxproxy_behaves {
# Querying the proxy with Host header → 200
run curl_container $container /data --header "Host: web1.bats"
assert_output "answer from port 81"
assert_output -l 0 "answer from port 81"
run curl_container $container /data --header "Host: web2.bats"
assert_output "answer from port 82"
assert_output -l 0 "answer from port 82"
# Querying the proxy with unknown Host header → 503
run curl_container $container /data --header "Host: webFOO.bats" --head