mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Windows: Fix test-unit for local run
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
1ba280a8db
commit
33faea576f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue