Browse Source

autotest: fix simstate error message

gps-1.3.1
Peter Barker 4 years ago committed by Peter Barker
parent
commit
27fcb3a100
  1. 2
      Tools/autotest/common.py

2
Tools/autotest/common.py

@ -4767,7 +4767,7 @@ class AutoTest(ABC): @@ -4767,7 +4767,7 @@ class AutoTest(ABC):
data = "dist=%f max=%f (simstate: %s start-loc: %s)" % (dist, dist_max, simstate_loc, start_loc)
if dist > dist_max:
raise NotAchievedException("simstate from startup location: %s" % data)
raise NotAchievedException("simstate far from startup location: %s" % data)
self.progress("Simstate Close to startup location: %s" % data)
def reach_distance_manual(self, distance):

Loading…
Cancel
Save