Do not check for language
Some checks failed
CI via Tox and perl / tox (pull_request) Failing after 1m53s
CI via Tox and perl / perl (pull_request) Has been cancelled
CI via Tox and perl / checkwiki (pull_request) Has been cancelled

This commit is contained in:
Lukáš Růžička 2026-04-27 15:28:16 +02:00
commit ac4566ae89

View file

@ -80,15 +80,20 @@ sub run {
'true'
);
# Do not check for keyboard layout and locales because
# this type of setting is currently disabled in G-I-S.
record_info("Language and keyboard layout checks are switched off!");
# Uncomment, if this changes
# Check that keyboard layout and the locales are correct in user space
assert_as_user_matches($user,
q{gsettings get org.gnome.desktop.input-sources sources},
qr/\('xkb',\s*'cz'\)/
);
assert_as_user_matches($user,
q{locale},
qr/^LANG=cs_CZ\.UTF-8$/m
);
#assert_as_user_matches($user,
# q{gsettings get org.gnome.desktop.input-sources sources},
# qr/\('xkb',\s*'cz'\)/
#);
#assert_as_user_matches($user,
# q{locale},
# qr/^LANG=cs_CZ\.UTF-8$/m
#);
# Check that automatic reporting is disabled.
assert_as_user_eq($user,