Fixes for dnephin review

Signed-off-by: Christopher Crone <christopher.crone@docker.com>
Upstream-commit: 86f9eb4a085a61b3355dc38452c47def806bf7c9
Component: engine
This commit is contained in:
Christopher Crone
2017-09-14 19:27:09 +02:00
parent f23d5bec57
commit 4d643fb18a
16 changed files with 79 additions and 120 deletions
+15
View File
@@ -0,0 +1,15 @@
#!/usr/bin/env bash
set -e
export DOCKER_ENGINE_GOARCH=${DOCKER_ENGINE_GOARCH:-amd64}
echo "Ensure emptyfs image is loaded"
bash /ensure-emptyfs.sh
echo "Run integration/container tests"
cd /tests/integration/container
./test.main -test.v
echo "Run integration-cli DockerSuite tests"
cd /tests/integration-cli
./test.main -test.v -check.v -check.f DockerSuite