mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #75038 from soltysh/makefile_update
Add examples how to run make test-cmd specific tests
This commit is contained in:
commit
18cc11566f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user