Tools: autotest: Indicate we have handled an alarm

This commit is contained in:
Peter Barker 2019-02-05 07:41:09 +11:00 committed by Randy Mackay
parent ee15be3bb3
commit a2ebdf6f2e

View File

@ -223,6 +223,7 @@ def alarm_handler(signum, frame):
"""Handle test timeout."""
global results, opts
try:
print("Alarm handler called")
results.add('TIMEOUT',
'<span class="failed-text">FAILED</span>',
opts.timeout)