Skip to content

Commit 0f285c4

Browse files
authored
test: fix INSTALL_OPERATOR missing value (codeready-toolchain#1218)
* fix * fix * requested changes
1 parent edc2c20 commit 0f285c4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

make/test.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ TESTS_RUN_FILTER_REGEXP ?= ""
4141

4242
.PHONY: test-e2e
4343
## Run the e2e tests
44-
test-e2e: INSTALL_OPERATOR=true
4544
test-e2e:
46-
$(MAKE) prepare-e2e verify-migration-and-deploy-e2e e2e-run-parallel e2e-run e2e-run-metrics
45+
$(MAKE) prepare-e2e verify-migration-and-deploy-e2e e2e-run-parallel e2e-run e2e-run-metrics INSTALL_OPERATOR=true
4746
@echo "The tests successfully finished"
4847
@echo "To clean the cluster run 'make clean-e2e-resources'"
4948
ifeq ($(CI),true)

0 commit comments

Comments
 (0)