mirror of https://github.com/ArduPilot/ardupilot
autotest: include SBP file in those that contain log messages
This commit is contained in:
parent
e906cdf1e4
commit
dd36908ba4
|
@ -1830,6 +1830,8 @@ class AutoTest(ABC):
|
|||
for f in files:
|
||||
if f == 'LogStructure.h':
|
||||
ret.append(os.path.join(root, f))
|
||||
if f == 'LogStructure_SBP.h':
|
||||
ret.append(os.path.join(root, f))
|
||||
return ret
|
||||
|
||||
def all_log_format_ids(self):
|
||||
|
|
Loading…
Reference in New Issue