Skip to content

Commit f9c3013

Browse files
committed
DROP -v makefile
Signed-off-by: Nelo-T. Wallus <red.brush9525@fastmail.com> Signed-off-by: Nelo-T. Wallus <n.wallus@sap.com>
1 parent 3a02c5b commit f9c3013

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
@@ -288,7 +288,7 @@ CONTRIBS_E2E := $(patsubst %,test-e2e-contrib-%,$(CONTRIBS))
288288
test-e2e-contribs: $(CONTRIBS_E2E) ## Run e2e tests for external integrations
289289
test-e2e-contrib-kcp: build $(DEX) $(KCP)
290290
$(CONTRIBS_E2E):
291-
cd contrib/$(patsubst test-e2e-contrib-%,%,$@) && $(GO_TEST) -race -count $(COUNT) -p $(E2E_PARALLELISM) -parallel $(E2E_PARALLELISM) ./test/e2e/...
291+
cd contrib/$(patsubst test-e2e-contrib-%,%,$@) && $(GO_TEST) -v -race -count $(COUNT) -p $(E2E_PARALLELISM) -parallel $(E2E_PARALLELISM) ./test/e2e/...
292292

293293
.PHONY: test
294294
ifdef USE_GOTESTSUM

0 commit comments

Comments
 (0)