twister: harness: fix spelling of "written"
s/writen/written/ Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
9dd1dbbbc6
commit
46782dd862
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ class Robot(Harness):
|
||||||
''' Test cases that make use of this harness care about results given
|
''' Test cases that make use of this harness care about results given
|
||||||
by Robot Framework which is called in run_robot_test(), so works of this
|
by Robot Framework which is called in run_robot_test(), so works of this
|
||||||
handle is trying to give a PASS or FAIL to avoid timeout, nothing
|
handle is trying to give a PASS or FAIL to avoid timeout, nothing
|
||||||
is writen into handler.log
|
is written into handler.log
|
||||||
'''
|
'''
|
||||||
self.instance.status = TwisterStatus.PASS
|
self.instance.status = TwisterStatus.PASS
|
||||||
tc = self.instance.get_case_or_create(self.id)
|
tc = self.instance.get_case_or_create(self.id)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue