diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/check-missing-unittests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/check-missing-unittests.py b/bin/check-missing-unittests.py index d77936b6e202..5ea891396d6a 100755 --- a/bin/check-missing-unittests.py +++ b/bin/check-missing-unittests.py @@ -138,7 +138,7 @@ def main(ignoredBugs): # Keep the following if statements at the end - elif 'sc/source/core/data/' in changedFiles: + elif 'sc/source/core/' in changedFiles: results['calc']['others'][bugId] = infoList elif 'sw/source/core/' in changedFiles: |