Browse Source

autotest: make LogUpload the last test again

ATM any logs produced by EKFLaneswitch won't get uploaded in case of
failure
zr-v5.1
Peter Barker 5 years ago committed by Peter Barker
parent
commit
522c3e6281
  1. 8
      Tools/autotest/arduplane.py

8
Tools/autotest/arduplane.py

@ -2105,12 +2105,12 @@ class AutoTestPlane(AutoTest): @@ -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…
Cancel
Save