add new fontconfig known_output

This commit is contained in:
JerryXiao 2021-03-29 12:25:15 +08:00
parent fbcaae3db9
commit cf45b3c490
Signed by: Jerry
GPG key ID: 22618F758B5BE2E5

View file

@ -50,5 +50,8 @@ KNOWN_PACKAGE_OUTPUT = {
r'Generation complete\.', r'Generation complete\.',
r' .*_.*\.\.\. done', r' .*_.*\.\.\. done',
], ],
'fontconfig': [
r'Rebuilding fontconfig cache\.\.\.',
],
**KNOWN_PACKAGE_OUTPUT_OVERRIDE **KNOWN_PACKAGE_OUTPUT_OVERRIDE
} }