mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-26 13:15:31 +00:00
build: Run tests under C locale
This allows us to check for strings that contain translations. We could also force a locale (see phosh's screenshot tests) at a later point.
This commit is contained in:
parent
8963218478
commit
fd542dd43b
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ if get_option('tests')
|
||||||
test_env = [
|
test_env = [
|
||||||
'G_DEBUG=gc-friendly,fatal-warnings',
|
'G_DEBUG=gc-friendly,fatal-warnings',
|
||||||
'GSETTINGS_BACKEND=memory',
|
'GSETTINGS_BACKEND=memory',
|
||||||
|
'LANGUAGE=C',
|
||||||
|
'LC_ALL=C',
|
||||||
'PYTHONDONTWRITEBYTECODE=yes',
|
'PYTHONDONTWRITEBYTECODE=yes',
|
||||||
'MALLOC_CHECK_=2',
|
'MALLOC_CHECK_=2',
|
||||||
'NO_AT_BRIDGE=1',
|
'NO_AT_BRIDGE=1',
|
||||||
|
|
Loading…
Reference in a new issue