[orca] [tests]: Allowing succesful execution of regression tests in heterogeneous l10n environment.



commit d1930b3d2ffecfad6ae6dc9c05054aacfcb9cd2a
Author: Alejandro Leiva <aleiva src gnome org>
Date:   Wed Jul 28 01:25:50 2010 +0200

    [tests]: Allowing succesful execution of regression tests in heterogeneous l10n environment.

 test/harness/runone.sh |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/test/harness/runone.sh b/test/harness/runone.sh
index 00943a2..1237aea 100755
--- a/test/harness/runone.sh
+++ b/test/harness/runone.sh
@@ -24,6 +24,10 @@ harnessDir=`cd $foo; pwd`
 export PYTHONPATH=$harnessDir:$PYTHONPATH
 export PATH=$harnessDir/bin:$PATH
 
+# Switch off i18n transformation.
+export LANG=C
+export LC_ALL=C
+
 #echo runone.sh: $*
 
 debugFile=`basename $1 .py`



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]