twister: remove useless . at end of message
No need to have a period here. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
e5093f41b2
commit
c511b16fca
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ class Reporting:
|
|||
suite["reason"] = instance.reason
|
||||
else:
|
||||
suite["status"] = TwisterStatus.NONE
|
||||
suite["reason"] = 'Unknown Instance status.'
|
||||
suite["reason"] = 'Unknown Instance status'
|
||||
|
||||
if instance.status != TwisterStatus.NONE:
|
||||
suite["execution_time"] = f"{float(handler_time):.2f}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue