From be52e642f7c1fe43d21166e65641978915c5f7f8 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Thu, 3 Dec 2020 09:53:27 +1100 Subject: [PATCH] autotest: adjust Replay gps bit to make final logfile replayable --- Tools/autotest/arducopter.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tools/autotest/arducopter.py b/Tools/autotest/arducopter.py index 008b3a7465..9394baabc0 100644 --- a/Tools/autotest/arducopter.py +++ b/Tools/autotest/arducopter.py @@ -5503,6 +5503,8 @@ class AutoTestCopter(AutoTest): self.takeoffAndMoveAway() self.do_RTL() + self.reboot_sitl() + return current_log_filepath def test_replay_beacon_bit(self):