mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
autotest: print exception if caught in test_alt_estimate_prearm
This commit is contained in:
parent
2203bf2400
commit
0406b28abd
@ -5430,6 +5430,8 @@ class AutoTestCopter(AutoTest):
|
|||||||
except AutoTestTimeoutException:
|
except AutoTestTimeoutException:
|
||||||
self.progress("PASS not able to set mode without Position : %s" % "ALT_HOLD")
|
self.progress("PASS not able to set mode without Position : %s" % "ALT_HOLD")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
self.progress("Exception caught: %s" % (
|
||||||
|
self.get_exception_stacktrace(e)))
|
||||||
ex = e
|
ex = e
|
||||||
self.context_pop()
|
self.context_pop()
|
||||||
self.disarm_vehicle(force=True)
|
self.disarm_vehicle(force=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user