Skip to content

Commit 07c9f70

Browse files
tboehler1roxell
authored andcommitted
test-runner.py: Fix spelling mistake in test_list
Signed-off-by: Thomas Böhler <t.boehler@kunbus.com>
1 parent 56ff585 commit 07c9f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automated/utils/test-runner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def test_list(self, kind="automated"):
203203
self.logger.error("%s is missing from test plan" % str(e))
204204
sys.exit(1)
205205
else:
206-
self.logger.error("Plese specify a test or test plan.")
206+
self.logger.error("Please specify a test or test plan.")
207207
sys.exit(1)
208208

209209
if self.overlay is None:

0 commit comments

Comments
 (0)