[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1654810 - /subversion/trunk/subversion/tests/cmdline/prop_tests.py

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Mon, 09 Feb 2015 13:22:34 +0000

"Bert Huijben" <bert_at_qqmail.nl> writes:

> A few years ago we added code to the test suite that should force the
> locale to the expected locale and that works for me...

build/run_tests.py

# Ensure the compiled C tests use a known locale (Python tests set the locale
# explicitly).
os.environ['LC_ALL'] = 'C'

subversion/tests/cmdline/svntest/main.py

# Set C locale for command line programs
os.environ['LC_ALL'] = 'C'

-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*
Received on 2015-02-09 14:23:48 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.