Skip to content

Commit c511b16

Browse files
nashifkartben
authored andcommitted
twister: remove useless . at end of message
No need to have a period here. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent e5093f4 commit c511b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pylib/twister/twisterlib/reports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ def json_report(self, filename, version="NA", platform=None, filters=None):
398398
suite["reason"] = instance.reason
399399
else:
400400
suite["status"] = TwisterStatus.NONE
401-
suite["reason"] = 'Unknown Instance status.'
401+
suite["reason"] = 'Unknown Instance status'
402402

403403
if instance.status != TwisterStatus.NONE:
404404
suite["execution_time"] = f"{float(handler_time):.2f}"

0 commit comments

Comments
 (0)