From cddc489efee73932c9c28d995ce6c23c4af04f15 Mon Sep 17 00:00:00 2001 From: John Howard Date: Sun, 1 Nov 2015 18:21:17 -0800 Subject: [PATCH] Windows: Fix test-unit for local run Signed-off-by: John Howard Upstream-commit: 33faea576ffbd0e86d1f0f53876620f9e4d9b63f Component: engine --- components/engine/hack/make/test-unit | 1 + 1 file changed, 1 insertion(+) diff --git a/components/engine/hack/make/test-unit b/components/engine/hack/make/test-unit index f7b948d3e3..3e738a733f 100644 --- a/components/engine/hack/make/test-unit +++ b/components/engine/hack/make/test-unit @@ -19,6 +19,7 @@ bundle_test_unit() { {{.ImportPath}} {{end}}' \ "${BUILDFLAGS[@]}" $TEST_PATH \ + | grep github.com/docker/docker \ | grep -v github.com/docker/docker/vendor \ | grep -v github.com/docker/docker/integration-cli) go test $COVER $GCCGOFLAGS -ldflags "$LDFLAGS" "${BUILDFLAGS[@]}" $TESTFLAGS $pkg_list