mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Remove v2delete reference from Makefile (#5580)
This commit is contained in:
6
Makefile
6
Makefile
@@ -215,9 +215,9 @@ test-cmd-devfile-watch: install ## Run odo devfile watch command tests
|
|||||||
test-cmd-devfile-app: install ## Run odo devfile app command tests
|
test-cmd-devfile-app: install ## Run odo devfile app command tests
|
||||||
$(RUN_GINKGO) $(GINKGO_FLAGS) -focus="odo devfile app command tests" tests/integration/devfile/
|
$(RUN_GINKGO) $(GINKGO_FLAGS) -focus="odo devfile app command tests" tests/integration/devfile/
|
||||||
|
|
||||||
.PHONY: test-cmd-devfile-delete
|
.PHONY: test-cmd-delete
|
||||||
test-cmd-devfile-delete: install ## Run odo devfile delete command tests
|
test-cmd-delete: install ## Run odo delete command tests
|
||||||
$(RUN_GINKGO) $(GINKGO_FLAGS) -focus="odo devfile delete command tests" tests/integration/devfile/
|
$(RUN_GINKGO) $(GINKGO_FLAGS) -focus="odo delete command tests" tests/integration/devfile/
|
||||||
|
|
||||||
.PHONY: test-cmd-devfile-registry
|
.PHONY: test-cmd-devfile-registry
|
||||||
test-cmd-devfile-registry: install ## Run odo devfile registry command tests
|
test-cmd-devfile-registry: install ## Run odo devfile registry command tests
|
||||||
|
|||||||
Reference in New Issue
Block a user