Skip to content

Commit a3fe72b

Browse files
committed
Add examples how to run make test-cmd specific tests
1 parent 9c75270 commit a3fe72b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/root/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,12 @@ endif
282282
define TEST_CMD_HELP_INFO
283283
# Build and run cmdline tests.
284284
#
285+
# Args:
286+
# WHAT: List of tests to run, check test/cmd/legacy-script.sh for names.
287+
# For example, WHAT=deployment will run run_deployment_tests function.
285288
# Example:
286289
# make test-cmd
290+
# make test-cmd WHAT="deployment impersonation"
287291
endef
288292
.PHONY: test-cmd
289293
ifeq ($(PRINT_HELP),y)

0 commit comments

Comments
 (0)