From 5b0dd819c19bb8a432c3516d71840c958a322fcf Mon Sep 17 00:00:00 2001 From: arout Date: Wed, 9 Oct 2019 17:08:27 +0530 Subject: [PATCH] Include service and link command tests --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 94f2e28df6c..b4c75f8f9c0 100644 --- a/Makefile +++ b/Makefile @@ -135,12 +135,12 @@ test-cmd-login-logout: # Run link and unlink command tests .PHONY: test-cmd-link-unlink test-cmd-link-unlink: - ginkgo $(GINKGO_FLAGS) -focus="odo link and unlink command tests" tests/integration/ + ginkgo $(GINKGO_FLAGS) -focus="odo link and unlink command tests" tests/integration/servicecatalog/ # Run odo service command tests .PHONY: test-cmd-service test-cmd-service: - ginkgo $(GINKGO_FLAGS) -focus="odo service command tests" tests/integration/ + ginkgo $(GINKGO_FLAGS) -focus="odo service command tests" tests/integration/servicecatalog/ # Run odo project command tests .PHONY: test-cmd-project