mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-24 09:38:29 -04:00
autotest: make LogUpload the last test again
ATM any logs produced by EKFLaneswitch won't get uploaded in case of failure
This commit is contained in:
parent
d25908a1c9
commit
522c3e6281
@ -2105,12 +2105,12 @@ class AutoTestPlane(AutoTest):
|
|||||||
"Test deadreckoning support",
|
"Test deadreckoning support",
|
||||||
self.deadreckoning),
|
self.deadreckoning),
|
||||||
|
|
||||||
("LogUpload",
|
|
||||||
"Log upload",
|
|
||||||
self.log_upload),
|
|
||||||
|
|
||||||
("EKFlaneswitch",
|
("EKFlaneswitch",
|
||||||
"Test EKF3 Affinity and Lane Switching",
|
"Test EKF3 Affinity and Lane Switching",
|
||||||
self.ekf_lane_switch),
|
self.ekf_lane_switch),
|
||||||
|
|
||||||
|
("LogUpload",
|
||||||
|
"Log upload",
|
||||||
|
self.log_upload),
|
||||||
])
|
])
|
||||||
return ret
|
return ret
|
||||||
|
Loading…
Reference in New Issue
Block a user