beremiz
Clone
Summary
Browse
Changes
Graph
run python tests with non-english locale to catch bugs related to localization
2017-09-22, Andrey Skvortsov
bcb50e736a46
Parents
5765bea3dbd1
Children
91796f408540
run python tests with non-english locale to catch bugs related to localization
1 files changed, 1 insertions(+), 0 deletions(-)
+1
-0
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 &