From 0f7a3b167f338d9c136be5d6be2ef45ccbcfc2f2 Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Tue, 20 Aug 2019 15:13:54 -0400 Subject: [PATCH] Use test-acceptance-completion naming Signed-off-by: Marc Khouzam --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 59a8a0d75..f01089cc3 100644 --- a/Makefile +++ b/Makefile @@ -96,9 +96,9 @@ test-acceptance: build build-cross echo "You can find the acceptance_testing repo at https://github.com/helm/acceptance-testing"; \ fi -.PHONY: test-completion -test-completion: ACCEPTANCE_RUN_TESTS = shells.robot -test-completion: test-acceptance +.PHONY: test-acceptance-completion +test-acceptance-completion: ACCEPTANCE_RUN_TESTS = shells.robot +test-acceptance-completion: test-acceptance .PHONY: verify-docs verify-docs: build