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:
@@ -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"}}
|
||||
|
||||
Reference in New Issue
Block a user