Skip to content

Commit

Permalink
makefile: add the argument of "-check.v" in test (pingcap#1945)
Browse files Browse the repository at this point in the history
  • Loading branch information
zimulala authored and coocood committed Nov 4, 2016
1 parent 85c0954 commit 08766e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export PATH := $(path_to_add):$(PATH)

GO := GO15VENDOREXPERIMENT="1" go
GOBUILD := GOPATH=$(CURDIR)/_vendor:$(GOPATH) $(GO) build
GOTEST := GOPATH=$(CURDIR)/_vendor:$(GOPATH) $(GO) test
GOTEST := GOPATH=$(CURDIR)/_vendor:$(GOPATH) $(GO) test -check.v

ARCH := "`uname -s`"
LINUX := "Linux"
Expand Down

0 comments on commit 08766e1

Please sign in to comment.