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
@ -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…
Reference in New Issue
Block a user