48cc28e4ef
Before this change, integration test would fail fast and not execute all test suites when one suite fails. Change this behavior into opt-in enabled by TEST_INTEGRATION_FAIL_FAST variable. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com> |
||
---|---|---|
.. | ||
.binary | ||
.build-empty-images | ||
.go-autogen | ||
.go-autogen.ps1 | ||
.install | ||
.integration-daemon-start | ||
.integration-daemon-stop | ||
.integration-test-helpers | ||
.mkwinres | ||
binary | ||
binary-daemon | ||
binary-proxy | ||
dynbinary | ||
dynbinary-daemon | ||
dynbinary-proxy | ||
install-binary | ||
install-proxy | ||
README.md | ||
run | ||
test-docker-py | ||
test-integration | ||
test-integration-flaky | ||
test-integration-shell |
This directory holds scripts called by make.sh
in the parent directory.
Each script is named after the bundle it creates. They should not be called directly - instead, pass it as argument to make.sh, for example:
./hack/make.sh binary ubuntu
# Or to run all default bundles:
./hack/make.sh
To add a bundle:
- Create a shell-compatible file here
- Add it to $DEFAULT_BUNDLES in make.sh