moby--moby/hack/make
Alexandr Morozov 7cd1e48230 Fix hanging on tests failing
Tee hanging when `go test` exit with non-zero code.
Fixes #5672
Docker-DCO-1.1-Signed-off-by: Alexandr Morozov <lk4d4math@gmail.com> (github: LK4D4)
2014-05-19 08:26:05 +04:00
..
.ensure-busybox Use "docker load" to create "scratch" in hack/make/test-integration-cli (instead of implicitly pulling it from the index) 2014-04-28 22:26:25 -06:00
.ensure-scratch Use "docker load" to create "scratch" in hack/make/test-integration-cli (instead of implicitly pulling it from the index) 2014-04-28 22:26:25 -06:00
.validate Add new validate-dco and validate-gofmt bundlescripts for DCO and gofmt validation 2014-04-04 00:41:33 -06:00
README.md
binary Update bundlescripts to use "set -e" consistently 2014-04-09 12:11:06 -06:00
cover Update bundlescripts to use "set -e" consistently 2014-04-09 12:11:06 -06:00
cross Update bundlescripts to use "set -e" consistently 2014-04-09 12:11:06 -06:00
dynbinary Update bundlescripts to use "set -e" consistently 2014-04-09 12:11:06 -06:00
dyntest Update bundlescripts to use "set -e" consistently 2014-04-09 12:11:06 -06:00
dyntest-integration Update bundlescripts to use "set -e" consistently 2014-04-09 12:11:06 -06:00
test-integration Fix hanging on tests failing 2014-05-19 08:26:05 +04:00
test-integration-cli Fix hanging on tests failing 2014-05-19 08:26:05 +04:00
test-unit Fix hanging on tests failing 2014-05-19 08:26:05 +04:00
tgz
ubuntu Update the "cgroup-lite" dep in our deb package from "Suggests" to "Recommends" and add "cgroupfs-mount" as another alternative 2014-04-28 17:08:03 -06:00
validate-dco Add new validate-dco and validate-gofmt bundlescripts for DCO and gofmt validation 2014-04-04 00:41:33 -06:00
validate-gofmt Add new validate-dco and validate-gofmt bundlescripts for DCO and gofmt validation 2014-04-04 00:41:33 -06:00

README.md

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