Browse Source

Tools: autotest: Indicate we have handled an alarm

master
Peter Barker 6 years ago committed by Randy Mackay
parent
commit
a2ebdf6f2e
  1. 1
      Tools/autotest/autotest.py

1
Tools/autotest/autotest.py

@ -223,6 +223,7 @@ def alarm_handler(signum, frame): @@ -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)

Loading…
Cancel
Save