mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Tools: add more information on test failure
This commit is contained in:
parent
23a2ea4084
commit
fd4463de68
@ -695,7 +695,7 @@ class AutoTest(ABC):
|
||||
try:
|
||||
function()
|
||||
except Exception as e:
|
||||
self.progress('FAILED: "%s": %s' % (desc, type(e).__name__))
|
||||
self.progress('FAILED: "%s": %s' % (desc, repr(e)))
|
||||
self.fail_list.append((desc, e))
|
||||
return
|
||||
self.progress('PASSED: "%s"' % desc)
|
||||
|
Loading…
Reference in New Issue
Block a user