Use test-acceptance-completion naming

Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
pull/6256/head
Marc Khouzam 6 years ago
parent 1ae05978cc
commit 0f7a3b167f

@ -96,9 +96,9 @@ test-acceptance: build build-cross
echo "You can find the acceptance_testing repo at https://github.com/helm/acceptance-testing"; \ echo "You can find the acceptance_testing repo at https://github.com/helm/acceptance-testing"; \
fi fi
.PHONY: test-completion .PHONY: test-acceptance-completion
test-completion: ACCEPTANCE_RUN_TESTS = shells.robot test-acceptance-completion: ACCEPTANCE_RUN_TESTS = shells.robot
test-completion: test-acceptance test-acceptance-completion: test-acceptance
.PHONY: verify-docs .PHONY: verify-docs
verify-docs: build verify-docs: build

Loading…
Cancel
Save