From 67834a84c9f21abf36a93b4a094d07c4e11b7c2f Mon Sep 17 00:00:00 2001 From: Reto Schneider Date: Mon, 24 Mar 2025 14:24:03 +0100 Subject: [PATCH] twister: Add missing spaces This adds some missing whitespaces, thus improves the output of `twister --help`. Signed-off-by: Reto Schneider --- scripts/pylib/twister/twisterlib/environment.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/pylib/twister/twisterlib/environment.py b/scripts/pylib/twister/twisterlib/environment.py index 3cc085e22d0..ba0c9737a8c 100644 --- a/scripts/pylib/twister/twisterlib/environment.py +++ b/scripts/pylib/twister/twisterlib/environment.py @@ -133,7 +133,7 @@ Artificially long but functional example: "--load-tests", metavar="FILENAME", action="store", - help="Load a list of tests and platforms to be run" + help="Load a list of tests and platforms to be run " "from a JSON file ('testplan.json' schema)." ) @@ -234,7 +234,7 @@ Artificially long but functional example: test_or_build.add_argument( "--prep-artifacts-for-testing", action="store_true", - help="Generate artifacts for testing, do not attempt to run the" + help="Generate artifacts for testing, do not attempt to run the " "code on targets.") parser.add_argument( @@ -410,7 +410,7 @@ structure in the main Zephyr tree: boards///""") ) parser.add_argument("--level", action="store", - help="Test level to be used. By default, no levels are used for filtering" + help="Test level to be used. By default, no levels are used for filtering " "and do the selection based on existing filters.") parser.add_argument( @@ -622,7 +622,7 @@ structure in the main Zephyr tree: boards///""") parser.add_argument( "--detailed-skipped-report", action="store_true", - help="Generate a detailed report with all skipped test cases" + help="Generate a detailed report with all skipped test cases " "including those that are filtered based on testsuite definition." ) @@ -694,7 +694,7 @@ structure in the main Zephyr tree: boards///""") parser.add_argument( "--quarantine-verify", action="store_true", - help="Use the list of test scenarios under quarantine and run them" + help="Use the list of test scenarios under quarantine and run them " "to verify their current status.") parser.add_argument(