# HG changeset patch
# User Andrey Skvortsov <andrej.skvortzov@gmail.com>
# Date 1506066764 -10800
# Node ID bcb50e736a46d9c1d649c8fe43b1cc23b6956ec6
# Parent  5765bea3dbd18458fcd0eadf6db27cc0c5bbc1ac
run python tests with non-english locale to catch bugs related to localization

diff -r 5765bea3dbd1 -r bcb50e736a46 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 &