summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2022-03-11 16:02:01 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2022-03-12 12:42:45 +0100
commitee9d2bdd375b4e882e0990928fc863b3405a64f0 (patch)
tree239737691bda6ab378703e1797739d1a2df936cf /bin
parentefb713febeaaf3e4b17886d405d46845d4a0e676 (diff)
check-missing-unittests: fix path
Change-Id: I568cfdd1874ccba2f7233e21166026cfcda8e733 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131384 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
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: