Skip to content

Commit

Permalink
test-runner.py: Fix spelling mistake in test_list
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Böhler <[email protected]>
  • Loading branch information
tboehler1 committed Jun 13, 2024
1 parent faffb68 commit bae3480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automated/utils/test-runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def test_list(self, kind="automated"):
self.logger.error("%s is missing from test plan" % str(e))
sys.exit(1)
else:
self.logger.error("Plese specify a test or test plan.")
self.logger.error("Please specify a test or test plan.")
sys.exit(1)

if self.overlay is None:
Expand Down

0 comments on commit bae3480

Please sign in to comment.