mirror of
https://github.com/LibreOffice/core.git
synced 2025-08-18 08:16:42 +00:00
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:
@ -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:
|
||||
|
Reference in New Issue
Block a user