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:

committed by
Evangelos Ribeiro Tzaras

parent
b880ddf1d7
commit
9f68e242fd
@@ -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',
|
||||
|
Reference in New Issue
Block a user