On 13.06.2015 08:41, julien2412 wrote:
> Indeed, if I run "export LANG=C", everything is ok.
well that's sort of suboptimal...
32b6002d46682819d440243aff4dd53556e89754 forces the JunitTests to run
with English UILocale and that seems to work for me when running
LC_ALL=fr_FR make check.
the most
Indeed, if I run "export LANG=C", everything is ok.
I don't know how to do this but it could be useful to have a mechanism like
this for make check:
LANG_BACK=$LANG
export LANG=C
run all the tests
export LANG=$LANG_BACK
Meanwhile, I added a warn in
https://wiki.documentfoundation.org/Development/