The branch, master, has been updated. - Log -----------------------------------------------------------------
commit aad1f4ce786db6937774f21d7b81ba40bf2028d8 Author: Tommaso Cucinotta <[email protected]> Date: Sun Dec 9 20:20:05 2012 +0000 Fixing behavior of Lang directive in test cases, by setting LANGUAGE variable, in addition to LANG one. diff --git a/development/autotests/keytest.py b/development/autotests/keytest.py index 95e996b..76492a3 100755 --- a/development/autotests/keytest.py +++ b/development/autotests/keytest.py @@ -402,6 +402,10 @@ while not failed: ccode = lang[0:idx] else: ccode = lang + + print "Setting LANGUAGE=" + ccode + "\n" + os.environ['LANGUAGE'] = ccode + idx = lang.find("_") if idx != -1: short_code = lang[0:idx] ----------------------------------------------------------------------- Summary of changes: development/autotests/keytest.py | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) hooks/post-receive -- The LyX Source Repository
