mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
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:
parent
c03c43e52c
commit
7c5a0a6a43
@ -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…
Reference in New Issue
Block a user