Skip to content
This repository was archived by the owner on Mar 22, 2018. It is now read-only.

Commit abe5ca6

Browse files
zhulidims
authored andcommitted
Add test args in Makefile to allow specific request such as '-v'
1 parent c15ddbb commit abe5ca6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ build: depend
4545
test: unit functional
4646

4747
unit: depend
48-
cd $(DEST) && go test -tags=unit $(shell glide novendor)
48+
cd $(DEST) && go test -tags=unit $(shell glide novendor) $(TESTARGS)
4949

5050
functional:
5151
@echo "$@ not yet implemented"

0 commit comments

Comments
 (0)