mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -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",
|
||||
self.deadreckoning),
|
||||
|
||||
("LogUpload",
|
||||
"Log upload",
|
||||
self.log_upload),
|
||||
|
||||
("EKFlaneswitch",
|
||||
"Test EKF3 Affinity and Lane Switching",
|
||||
self.ekf_lane_switch),
|
||||
|
||||
("LogUpload",
|
||||
"Log upload",
|
||||
self.log_upload),
|
||||
])
|
||||
return ret
|
||||
|
Loading…
Reference in New Issue
Block a user