We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39fca87 + 6a9ea7e commit 4278f6aCopy full SHA for 4278f6a
Makefile
@@ -64,7 +64,7 @@ KEPLER_IMAGE ?= $(IMG_BASE)/kepler:$(VERSION)
64
ADDITIONAL_TAGS ?=
65
66
# Test parameters
67
-TEST_PKGS:= $(shell go list ./... | grep -v cmd)
+TEST_PKGS:= $(shell go list ./... | grep -vE '(cmd|testutil)')
68
COVER_PROFILE=coverage.out
69
COVER_HTML=coverage.html
70
internal/platform/redfish/test_helpers.go
0 commit comments