test/time,messages
Some checks failed
/ arch (push) Failing after 8s
/ alpine (push) Failing after 9s
/ fedora (push) Failing after 7s
/ debian (push) Failing after 9s
/ opensuse (push) Failing after 7s
/ ubuntu (push) Failing after 8s
/ alma (push) Failing after 7s
/ rocky (push) Failing after 8s
Some checks failed
/ arch (push) Failing after 8s
/ alpine (push) Failing after 9s
/ fedora (push) Failing after 7s
/ debian (push) Failing after 9s
/ opensuse (push) Failing after 7s
/ ubuntu (push) Failing after 8s
/ alma (push) Failing after 7s
/ rocky (push) Failing after 8s
This commit is contained in:
parent
781d907b07
commit
a57ac1defe
1 changed files with 17 additions and 1 deletions
|
@ -1232,7 +1232,23 @@ spcd_step__packages_install_locales() {
|
|||
spcd_step "Set"
|
||||
spcd_txt_locale "set" "${SPCD_TXT_LOCALE}"
|
||||
spcd_step "Test"
|
||||
date
|
||||
# CTYPE
|
||||
# NUMERIC
|
||||
# TIME
|
||||
spcd_split
|
||||
locale --keyword-name LC_TIME | grep "^\(day\|mon\)"
|
||||
# COLLATE
|
||||
# MONETARY
|
||||
# MESSAGES
|
||||
spcd_split
|
||||
locale --keyword-name LC_MESSAGES | grep "^\(yes\|no\)"
|
||||
#
|
||||
# PAPER
|
||||
# NAME
|
||||
# ADDRESS
|
||||
# TELEPHONE
|
||||
# MEASUREMENT
|
||||
# IDENTIFICATION
|
||||
spcd_step_out
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue