From b580bae747f0f3e61a2e1c650d48239c9bc9356b Mon Sep 17 00:00:00 2001 From: Ryszard Knop Date: Tue, 28 Jun 2022 11:37:04 +0200 Subject: runner: Add help for the --environment flag --- runner/settings.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runner/settings.c b/runner/settings.c index b57ab0801..cd40208b9 100644 --- a/runner/settings.c +++ b/runner/settings.c @@ -286,6 +286,10 @@ static const char *usage_str = " -b, --blacklist FILENAME\n" " Exclude all test matching to regexes from FILENAME\n" " (can be used more than once)\n" + " -e, --environment \n" + " Set an environment variable for the test process.\n" + " If only the key is provided, the current value is read\n" + " from the runner's environment (and saved for resumes).\n" " -L, --list-all List all matching subtests instead of running\n" " --collect-code-cov Enables gcov-based collect of code coverage for tests.\n" " Requires --collect-script FILENAME\n" -- cgit v1.2.3