Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cancel the comms of leaving processes instead of destroying them
[simgrid.git] / buildtools / pipol / Nightly_simgrid.sh
index bd14191..52a5fbe 100755 (executable)
@@ -80,6 +80,10 @@ ctest -D NightlyTest
 ctest -D NightlySubmit
 make clean
 
+# really clean the working directory
+git reset --hard master
+git clean -dfx
+
 #MC
 cmake \
 -Denable_coverage=on \