Merge pull request #1 from Trumeet/master

add glibc locale-gen output
This commit is contained in:
JerryXiao 2021-02-07 13:55:01 +08:00 committed by GitHub
commit c75cf9100e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,4 +41,9 @@ KNOWN_PACKAGE_OUTPUT = {
'brltty': [ 'brltty': [
r'Please add your user to the brlapi group\.', r'Please add your user to the brlapi group\.',
], ],
'glibc': [
r'Generating locales\.\.\.',
r'Generation complete\.',
r' .*_.*\.\.\. done',
],
} }