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>
This commit is contained in:
Xisco Fauli
2022-03-11 16:02:01 +01:00
parent efb713febe
commit ee9d2bdd37

View File

@ -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: