mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -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."""
|
"""Handle test timeout."""
|
||||||
global results, opts
|
global results, opts
|
||||||
try:
|
try:
|
||||||
|
print("Alarm handler called")
|
||||||
results.add('TIMEOUT',
|
results.add('TIMEOUT',
|
||||||
'<span class="failed-text">FAILED</span>',
|
'<span class="failed-text">FAILED</span>',
|
||||||
opts.timeout)
|
opts.timeout)
|
||||||
|
Loading…
Reference in New Issue
Block a user