Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[jenkins] also cleanup the files forgotten in the tree by java errors
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 7 Jan 2016 22:04:08 +0000 (23:04 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 7 Jan 2016 22:04:08 +0000 (23:04 +0100)
tools/jenkins/build.sh

index 8a97109..783033f 100755 (executable)
@@ -9,6 +9,7 @@ set -e
 
 echo "XXXX Cleanup previous attempts"
 rm -rf /tmp/simgrid*tmp
+find /builds/workspace/SimGrid-Multi/ -name "hs_err_pid*.log" | xargs rm -f
 ls /tmp
 df -h
 echo "XXXX Let's go"