Skip to content

Commit

Permalink
Merge pull request #75038 from soltysh/makefile_update
Browse files Browse the repository at this point in the history
Add examples how to run make test-cmd specific tests
  • Loading branch information
k8s-ci-robot committed Mar 7, 2019
2 parents dcbe588 + a3fe72b commit 18cc115
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/root/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,12 @@ endif
define TEST_CMD_HELP_INFO
# Build and run cmdline tests.
#
# Args:
# WHAT: List of tests to run, check test/cmd/legacy-script.sh for names.
# For example, WHAT=deployment will run run_deployment_tests function.
# Example:
# make test-cmd
# make test-cmd WHAT="deployment impersonation"
endef
.PHONY: test-cmd
ifeq ($(PRINT_HELP),y)
Expand Down

0 comments on commit 18cc115

Please sign in to comment.