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
This commit is contained in:
Andrew Tridgell 2020-09-07 13:18:25 +10:00
parent c03c43e52c
commit 7c5a0a6a43

View File

@ -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: