Browse Source

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
c415-sdk
Andrew Tridgell 4 years ago
parent
commit
7c5a0a6a43
  1. 1
      Tools/autotest/common.py

1
Tools/autotest/common.py

@ -970,7 +970,6 @@ class AutoTest(ABC): @@ -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:

Loading…
Cancel
Save