mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 05:58:30 -04:00
Tools: autotest: correct mavproxy version test
This commit is contained in:
parent
e98fb9421f
commit
082a710b05
@ -2222,8 +2222,9 @@ Brakes have negligible effect (with=%0.2fm without=%0.2fm delta=%0.2fm)
|
||||
raise NotAchievedException("Did not get expected file content (want=%s) (got=%s)" % (want, got))
|
||||
|
||||
def mavproxy_can_do_mision_item_protocols(self):
|
||||
return False
|
||||
mavproxy_version = self.mavproxy_version()
|
||||
if False and not self.mavproxy_version_gt(1, 8, 12):
|
||||
if not self.mavproxy_version_gt(1, 8, 12):
|
||||
self.progress("MAVProxy is too old; skipping tests")
|
||||
return False
|
||||
return True
|
||||
|
Loading…
Reference in New Issue
Block a user