mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
Tools: improve diagnostics from failed check_replay
This commit is contained in:
parent
f8c3b494d1
commit
2cfbd25988
@ -8903,7 +8903,7 @@ class AutoTestCopter(vehicle_test_suite.TestSuite):
|
||||
|
||||
ok = check_replay.check_log(replay_log_filepath, self.progress, verbose=True)
|
||||
if not ok:
|
||||
raise NotAchievedException("check_replay failed")
|
||||
raise NotAchievedException("check_replay (%s) failed" % current_log_filepath)
|
||||
|
||||
def DefaultIntervalsFromFiles(self):
|
||||
'''Test setting default mavlink message intervals from files'''
|
||||
|
Loading…
Reference in New Issue
Block a user