Skip to content

Commit 67834a8

Browse files
rettichschnidikartben
authored andcommitted
twister: Add missing spaces
This adds some missing whitespaces, thus improves the output of `twister --help`. Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
1 parent 5386a64 commit 67834a8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/pylib/twister/twisterlib/environment.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def add_parse_arguments(parser = None) -> argparse.ArgumentParser:
133133
"--load-tests",
134134
metavar="FILENAME",
135135
action="store",
136-
help="Load a list of tests and platforms to be run"
136+
help="Load a list of tests and platforms to be run "
137137
"from a JSON file ('testplan.json' schema)."
138138
)
139139

@@ -234,7 +234,7 @@ def add_parse_arguments(parser = None) -> argparse.ArgumentParser:
234234

235235
test_or_build.add_argument(
236236
"--prep-artifacts-for-testing", action="store_true",
237-
help="Generate artifacts for testing, do not attempt to run the"
237+
help="Generate artifacts for testing, do not attempt to run the "
238238
"code on targets.")
239239

240240
parser.add_argument(
@@ -410,7 +410,7 @@ def add_parse_arguments(parser = None) -> argparse.ArgumentParser:
410410
)
411411

412412
parser.add_argument("--level", action="store",
413-
help="Test level to be used. By default, no levels are used for filtering"
413+
help="Test level to be used. By default, no levels are used for filtering "
414414
"and do the selection based on existing filters.")
415415

416416
parser.add_argument(
@@ -622,7 +622,7 @@ def add_parse_arguments(parser = None) -> argparse.ArgumentParser:
622622

623623
parser.add_argument(
624624
"--detailed-skipped-report", action="store_true",
625-
help="Generate a detailed report with all skipped test cases"
625+
help="Generate a detailed report with all skipped test cases "
626626
"including those that are filtered based on testsuite definition."
627627
)
628628

@@ -694,7 +694,7 @@ def add_parse_arguments(parser = None) -> argparse.ArgumentParser:
694694
parser.add_argument(
695695
"--quarantine-verify",
696696
action="store_true",
697-
help="Use the list of test scenarios under quarantine and run them"
697+
help="Use the list of test scenarios under quarantine and run them "
698698
"to verify their current status.")
699699

700700
parser.add_argument(

0 commit comments

Comments
 (0)