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:
Anas Nashif 2025-06-17 06:13:36 -04:00 committed by Benjamin Cabé
commit c511b16fca

View file

@ -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}"