23/07/2013 12:03, Kornel Benko:
Am Dienstag, 23. Juli 2013 um 03:11:22, schrieb Tommaso Cucinotta
<tomm...@lyx.org>
> commit cf973b2f3a25d54423f5735afbe5b26802dd436f
> Author: Tommaso Cucinotta <tomm...@lyx.org>
> Date: Tue Jul 23 02:10:48 2013 +0100
>
> I seem to need this to let the 'Lang' keyword work, within *-in.txt
files.
> diff --git a/development/autotests/keytest.py
b/development/autotests/keytest.py
> index cbe0b50..b2a89c2 100755
> --- a/development/autotests/keytest.py
> +++ b/development/autotests/keytest.py
> @@ -407,7 +407,7 @@ while not failed:
> lang = c[5:].rstrip()
> print "Setting LANG=" + lang + "\n"
> os.environ['LANG'] = lang
> - os.environ['LANGUAGE'] = lang
> + os.environ['LC_ALL'] = lang
Not good. This one (setting LC_ALL) makes most adv test to fail on ubuntu.
Tommaso, what is the problem exactly?
JMarc