From: Martin Quinson Date: Sun, 14 May 2017 07:59:22 +0000 (+0200) Subject: jenkins: modern python mandate UTF8 locales X-Git-Tag: v3.16~274^2~28 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f91d1310084c2b2be3070f64297a48a3a9adcd9a?hp=fd62c450bcd797ccb3925e6cf4aa8ebe2ef8a6a6 jenkins: modern python mandate UTF8 locales --- diff --git a/tools/jenkins/build.sh b/tools/jenkins/build.sh index 1421468644..3ceb6d8612 100755 --- a/tools/jenkins/build.sh +++ b/tools/jenkins/build.sh @@ -7,8 +7,9 @@ set -e -# ensure that the locales are set, so that perl keeps its nerves -export LC_ALL=C +# Ensure that the locales are set, so that Perl keeps its nerves. +# Not forgeting UTF to not drive Python crazy. +export LC_ALL=C.UTF-8 echo "XXXX Cleanup previous attempts. Remaining content of /tmp:" rm -rf /tmp/simgrid-java*