From: Martin Quinson Date: Mon, 29 Feb 2016 08:25:35 +0000 (+0100) Subject: Perl gets mad when the locales are not set, breaking tesh X-Git-Tag: v3_13~637 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a4ef63d3afd5abd2f09d4590a3cdffa98a054e43?hp=16880ccfaa2afdd66b76b6ab04d021adf4ce44ae Perl gets mad when the locales are not set, breaking tesh --- diff --git a/tools/jenkins/build.sh b/tools/jenkins/build.sh index 81beefdb5e..1946b68d15 100755 --- a/tools/jenkins/build.sh +++ b/tools/jenkins/build.sh @@ -7,6 +7,9 @@ set -e +# ensure that the locales are set, so that perl keeps its nerves +export LC_ALL=C + echo "XXXX Cleanup previous attempts. Remaining content of /tmp:" rm -rf /tmp/simgrid-java* rm -rf /tmp/jvm-*