From: Arnaud Giersch Date: Tue, 16 Oct 2012 12:46:57 +0000 (+0200) Subject: Make working directory really clean between builds. X-Git-Tag: v3_8~57 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c90a2a1b7c7bff12e24348fc0ffb5c28d5dae4a9?ds=inline Make working directory really clean between builds. --- diff --git a/buildtools/pipol/Nightly_simgrid.sh b/buildtools/pipol/Nightly_simgrid.sh index bd1419146a..52a5fbe060 100755 --- a/buildtools/pipol/Nightly_simgrid.sh +++ b/buildtools/pipol/Nightly_simgrid.sh @@ -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 \