diff --git a/scripts/ci/test_plan.py b/scripts/ci/test_plan.py index e1fc51a59d1..a2ba406d8ce 100755 --- a/scripts/ci/test_plan.py +++ b/scripts/ci/test_plan.py @@ -284,6 +284,8 @@ class Filters: tests.add(os.path.dirname(yaml)) self.resolved_files.append(f) scope_found = True + else: + d = os.path.dirname(d) else: d = os.path.dirname(d)