On 9 February 2015 at 16:22, Philip Martin <philip.mar...@wandisco.com> wrote:
> "Bert Huijben" <b...@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'
>
It seems this code doesn't work if Windows is configured to use non-US
locale as *system* locale.


-- 
Ivan Zhakov

Reply via email to