mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
22152ccc47
The wait at the end of cli integration script could end up failing if the process had already exited. This was making it look like the tests have failed. This change fixes the problem. Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack) |
||
---|---|---|
.. | ||
binary | ||
cover | ||
cross | ||
dynbinary | ||
dyntest | ||
dyntest-integration | ||
README.md | ||
test | ||
test-integration | ||
test-integration-cli | ||
tgz | ||
ubuntu |
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 test
./hack/make.sh binary ubuntu
# Or to run all bundles:
./hack/make.sh
To add a bundle:
- Create a shell-compatible file here
- Add it to $DEFAULT_BUNDLES in make.sh