From a3fe72b9a805f92de8cbaa627b8ec8b323b86bae Mon Sep 17 00:00:00 2001 From: Maciej Szulik Date: Wed, 6 Mar 2019 15:07:29 +0100 Subject: [PATCH] Add examples how to run make test-cmd specific tests --- build/root/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/root/Makefile b/build/root/Makefile index b464e75638..9e23a50a08 100644 --- a/build/root/Makefile +++ b/build/root/Makefile @@ -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)