mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
parent
1bc3f6b7b5
commit
ad80da3389
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ BUILDFLAGS='-tags netgo -a'
|
|||
|
||||
HAVE_GO_TEST_COVER=
|
||||
if \
|
||||
go help testflag | grep -q -- -cover \
|
||||
go help testflag | grep -- -cover > /dev/null \
|
||||
&& go tool -n cover > /dev/null 2>&1 \
|
||||
; then
|
||||
HAVE_GO_TEST_COVER=1
|
||||
|
|
Loading…
Reference in a new issue