Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
docs/Build.sh: get verbose to see what's failing on CI
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 13 Sep 2020 14:42:43 +0000 (16:42 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 13 Sep 2020 14:42:43 +0000 (16:42 +0200)
docs/Build.sh

index afdaab3..b057c00 100755 (executable)
@@ -7,7 +7,7 @@
 # Python needs to find simgrid on my machine, but not ctest -- sorry for the hack
 if [ -e /opt/simgrid ] ; then chmod +x /opt/simgrid; fi
 
-set -e
+set -ex
 set -o pipefail
 
 if [ "x$1" != 'xdoxy' ] && [ -e build/xml ] ; then