mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2025-02-18 02:16:50 +00:00
Merge pull request #436 from elezar/remove-verbose-from-tests
Remove verbose from tests
This commit is contained in:
commit
c374520b64
2
Makefile
2
Makefile
@ -103,7 +103,7 @@ licenses:
|
|||||||
|
|
||||||
COVERAGE_FILE := coverage.out
|
COVERAGE_FILE := coverage.out
|
||||||
test: build cmds
|
test: build cmds
|
||||||
go test -v -coverprofile=$(COVERAGE_FILE) $(MODULE)/...
|
go test -coverprofile=$(COVERAGE_FILE) $(MODULE)/...
|
||||||
|
|
||||||
coverage: test
|
coverage: test
|
||||||
cat $(COVERAGE_FILE) | grep -v "_mock.go" > $(COVERAGE_FILE).no-mocks
|
cat $(COVERAGE_FILE) | grep -v "_mock.go" > $(COVERAGE_FILE).no-mocks
|
||||||
|
Loading…
Reference in New Issue
Block a user