Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Perl gets mad when the locales are not set, breaking tesh
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 29 Feb 2016 08:25:35 +0000 (09:25 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 29 Feb 2016 08:25:35 +0000 (09:25 +0100)
tools/jenkins/build.sh

index 81beefd..1946b68 100755 (executable)
@@ -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-*