mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +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
b880ddf1d7
commit
9f68e242fd
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ if get_option('tests')
|
|||
test_env = [
|
||||
'G_DEBUG=gc-friendly,fatal-warnings',
|
||||
'GSETTINGS_BACKEND=memory',
|
||||
'LANGUAGE=C',
|
||||
'LC_ALL=C',
|
||||
'PYTHONDONTWRITEBYTECODE=yes',
|
||||
'MALLOC_CHECK_=2',
|
||||
'NO_AT_BRIDGE=1',
|
||||
|
|
Loading…
Reference in a new issue