add glibc locale-gen output

This commit is contained in:
Trumeet 2021-02-06 21:05:43 -08:00
parent 5ec23ef43f
commit c0e1cf3e52
No known key found for this signature in database
GPG key ID: D7A8B60933F14B78

View file

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