mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Tools: autotest: Indicate we have handled an alarm
This commit is contained in:
parent
ee15be3bb3
commit
a2ebdf6f2e
@ -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…
Reference in New Issue
Block a user