summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/check-missing-unittests.py2
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: