Skip to content

Commit

Permalink
Tools: improve diagnostics from failed check_replay
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Jan 4, 2024
1 parent f8c3b49 commit 2cfbd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/autotest/arducopter.py
Original file line number Diff line number Diff line change
Expand Up @@ -8903,7 +8903,7 @@ def test_replay_bit(self, bit):

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'''
Expand Down

0 comments on commit 2cfbd25

Please sign in to comment.