mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-28 01:47:20 +00:00
Merge pull request #162 from gkGaneshR/unit-test-options
Unit testing for SetNodeNameOrDie in package cmd/options
This commit is contained in:
@@ -86,7 +86,7 @@ Dockerfile: Dockerfile.in
|
||||
sed -e 's|@BASEIMAGE@|$(BASEIMAGE)|g' $< >$@
|
||||
|
||||
test: vet fmt
|
||||
go test -timeout=1m -v -race ./pkg/... $(BUILD_TAGS)
|
||||
go test -timeout=1m -v -race ./cmd/options ./pkg/... $(BUILD_TAGS)
|
||||
|
||||
build-container: ./bin/node-problem-detector Dockerfile
|
||||
docker build -t $(IMAGE) .
|
||||
|
||||
Reference in New Issue
Block a user