See Issue #3400
Upstream-commit: ad80da33895aa9f2200279282acc25e4b2bcbf27
Component: engine
This commit is contained in:
Ryan O'Donnell
2013-12-30 20:58:25 -05:00
parent 6c85a7de88
commit 93593cd471
+1 -1
View File
@@ -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