Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin committed Jun 19, 2020
1 parent 7127060 commit 902ef84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/golang.mk
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ test_go: $(TEST_GO)

test_build_special_exe:
cd ./cmd/btfs && \
$(GOCC) test -coverpkg=./... -c *.go -tags testrunmain -o $(TEST_FILE_DIR)/test-special-exe
$(GOCC) test -v -coverpkg=./... -c -tags testrunmain -o $(TEST_FILE_DIR)/test-special-exe
.PHONY: test_build_special_exe

check_go_version:
Expand Down

0 comments on commit 902ef84

Please sign in to comment.