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:
Peter Barker 2020-08-31 10:44:52 +10:00 committed by Peter Barker
parent d25908a1c9
commit 522c3e6281
1 changed files with 4 additions and 4 deletions

View File

@ -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