From 7c5a0a6a43a26f0910567dd1d27f057da79fe74b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 7 Sep 2020 13:18:25 +1000 Subject: [PATCH] Tools: disable LOG_REPLAY by default in autotest LOG_REPLAY prevents us logging when we have sensor failures, which makes many tests hard to debug --- Tools/autotest/common.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Tools/autotest/common.py b/Tools/autotest/common.py index bbcd4cc3fa..9548eae02d 100644 --- a/Tools/autotest/common.py +++ b/Tools/autotest/common.py @@ -970,7 +970,6 @@ class AutoTest(ABC): self.params = [self.params] for x in self.params: self.repeatedly_apply_parameter_file(os.path.join(testdir, x)) - self.set_parameter('LOG_REPLAY', 1) self.set_parameter('LOG_DISARMED', 1) if self.force_ahrs_type is not None: if self.force_ahrs_type == 2: