Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[jenkins] Remove stale sockets from simgrid-mc.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 29 Mar 2023 09:01:22 +0000 (11:01 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 29 Mar 2023 09:01:22 +0000 (11:01 +0200)
tools/jenkins/Coverage.sh
tools/jenkins/DynamicAnalysis.sh
tools/jenkins/build.sh

index 98c2cfd..4a2012d 100755 (executable)
@@ -10,6 +10,7 @@ die() {
 
 echo "XXXX Cleanup previous attempts. Remaining content of /tmp:"
 rm -f /tmp/cc*
+rm -f /tmp/simgrid-mc-*
 rm -f /tmp/*.so
 rm -f /tmp/*.so.*
 ls /tmp
index 1c63f58..41f0ba1 100755 (executable)
@@ -10,6 +10,7 @@ die() {
 
 echo "XXXX Cleanup previous attempts. Remaining content of /tmp:"
 rm -f /tmp/cc*
+rm -f /tmp/simgrid-mc-*
 rm -f /tmp/*.so
 rm -f /tmp/*.so.*
 ls /tmp
index d7c4ec6..a1a6b16 100755 (executable)
@@ -10,6 +10,7 @@ export LC_ALL=C
 
 echo "XXXX Cleanup previous attempts. Remaining content of /tmp:"
 rm -f /tmp/cc*
+rm -f /tmp/simgrid-mc-*
 rm -f /tmp/*.so
 rm -f /tmp/*.so.*
 ls /tmp