Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't fail early.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 19 Oct 2020 13:21:48 +0000 (15:21 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 19 Oct 2020 13:21:48 +0000 (15:21 +0200)
tools/jenkins/build.sh

index 2045041..f33930b 100755 (executable)
@@ -5,8 +5,6 @@
 # See https://ci.inria.fr/simgrid/job/SimGrid/configure
 # See https://ci.inria.fr/simgrid/job/Simgrid-Windows/configure
 
-set -e
-
 # ensure that the locales are set, so that perl keeps its nerves
 export LC_ALL=C
 
@@ -19,6 +17,8 @@ ls /tmp
 df -h
 echo "XXXX Let's go"
 
+set -e
+
 # Help older cmakes
 if [ -e /usr/lib/jvm/java-7-openjdk-amd64 ] ;
 then