diff --git a/Tools/autotest/common.py b/Tools/autotest/common.py index d7815666eb..446ff83bbb 100644 --- a/Tools/autotest/common.py +++ b/Tools/autotest/common.py @@ -1571,7 +1571,10 @@ class AutoTest(ABC): # blank line continue if state == state_outside: - if "#define LOG_BASE_STRUCTURES" in line: + if ("#define LOG_BASE_STRUCTURES" in line or + "#define LOG_STRUCTURE_FROM_DAL" in line or + "#define LOG_STRUCTURE_FROM_NAVEKF2" in line or + "#define LOG_STRUCTURE_FROM_NAVEKF3" in line): # self.progress("Moving inside") state = state_inside continue