Skip to content

Commit 8a36254

Browse files
perdasilvaPer Goncalves da Silva
andcommitted
drop --show-node-events from e2e call (#3331)
Signed-off-by: Per Goncalves da Silva <[email protected]> Co-authored-by: Per Goncalves da Silva <[email protected]> Upstream-repository: operator-lifecycle-manager Upstream-commit: 75c3f583056548eae4c39c4e918789d6a9ced70b
1 parent 0690081 commit 8a36254

File tree

1 file changed

+1
-1
lines changed
  • staging/operator-lifecycle-manager

1 file changed

+1
-1
lines changed

staging/operator-lifecycle-manager/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ E2E_TIMEOUT ?= 90m
136136
E2E_TEST_NS ?= operators
137137
E2E_INSTALL_NS ?= operator-lifecycle-manager
138138
E2E_CATALOG_NS ?= $(E2E_INSTALL_NS)
139-
GINKGO_OPTS += -v -randomize-suites -race -trace --show-node-events $(if $(E2E_FLAKE_ATTEMPTS),--flake-attempts='$(E2E_FLAKE_ATTEMPTS)') $(if $(E2E_SEED),-seed '$(E2E_SEED)') $(if $(TEST),-focus '$(TEST)',) $(if $(SKIP), -skip '$(SKIP)')
139+
GINKGO_OPTS += -v -randomize-suites -race -trace $(if $(E2E_FLAKE_ATTEMPTS),--flake-attempts='$(E2E_FLAKE_ATTEMPTS)') $(if $(E2E_SEED),-seed '$(E2E_SEED)') $(if $(TEST),-focus '$(TEST)',) $(if $(SKIP), -skip '$(SKIP)')
140140
e2e:
141141
$(GINKGO) -timeout $(E2E_TIMEOUT) $(GINKGO_OPTS) ./test/e2e -- -namespace=$(E2E_TEST_NS) -olmNamespace=$(E2E_INSTALL_NS) -catalogNamespace=$(E2E_CATALOG_NS) $(E2E_OPTS)
142142

0 commit comments

Comments
 (0)