Allow to run completion tests from main Helm repo

To run the completion tests, one can now do:
   make test-completion

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

@ -96,6 +96,10 @@ 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
test-completion: ACCEPTANCE_RUN_TESTS = shells.robot
test-completion: test-acceptance
.PHONY: verify-docs .PHONY: verify-docs
verify-docs: build verify-docs: build
@scripts/verify-docs.sh @scripts/verify-docs.sh

Loading…
Cancel
Save