From 312ae310e2555976694efb80c5f0e620307fd1ae Mon Sep 17 00:00:00 2001 From: Parthvi Vala Date: Tue, 22 Mar 2022 22:00:29 +0530 Subject: [PATCH] Remove v2delete reference from Makefile (#5580) --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c434fba8c..d986404cf 100644 --- a/Makefile +++ b/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 $(RUN_GINKGO) $(GINKGO_FLAGS) -focus="odo devfile app command tests" tests/integration/devfile/ -.PHONY: test-cmd-devfile-delete -test-cmd-devfile-delete: install ## Run odo devfile delete command tests - $(RUN_GINKGO) $(GINKGO_FLAGS) -focus="odo devfile delete command tests" tests/integration/devfile/ +.PHONY: test-cmd-delete +test-cmd-delete: install ## Run odo delete command tests + $(RUN_GINKGO) $(GINKGO_FLAGS) -focus="odo delete command tests" tests/integration/devfile/ .PHONY: test-cmd-devfile-registry test-cmd-devfile-registry: install ## Run odo devfile registry command tests