run python tests with non-english locale to catch bugs related to localization
authorAndrey Skvortsov <andrej.skvortzov@gmail.com>
Fri, 22 Sep 2017 10:52:44 +0300
changeset 1825 bcb50e736a46
parent 1824 5765bea3dbd1
child 1826 91796f408540
run python tests with non-english locale to catch bugs related to localization
tests/tools/run_python_tests.sh
--- a/tests/tools/run_python_tests.sh	Thu Sep 21 17:19:18 2017 +0300
+++ b/tests/tools/run_python_tests.sh	Fri Sep 22 10:52:44 2017 +0300
@@ -1,5 +1,6 @@
 #!/bin/sh
 
+LC_ALL=ru_RU.utf-8
 
 export DISPLAY=:42
 Xvfb $DISPLAY -screen 0 1280x1024x24 &