1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

Merge pull request #33857 from yongtang/33856-make-test-unit

Fix build error for `make test-unit`
Upstream-commit: 3d6ab220db348d82310487e3156d445f19dc0661
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2017-06-28 00:31:42 -07:00
committed by GitHub

View File

@@ -26,6 +26,8 @@ bundle_test_unit() {
TEST_PATH=./${TESTDIRS}
fi
source "${MAKEDIR}/.go-autogen"
if [ "$(go env GOHOSTOS)" = 'solaris' ]; then
pkg_list=$(go list -e \
-f '{{if ne .Name "github.com/docker/docker"}}