Fixes for dnephin review
Signed-off-by: Christopher Crone <christopher.crone@docker.com> Upstream-commit: 86f9eb4a085a61b3355dc38452c47def806bf7c9 Component: engine
This commit is contained in:
Executable
+15
@@ -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
|
||||
Reference in New Issue
Block a user