clear up the tests as well, for more robust incremental builds
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sun, 23 May 2010 14:57:44 +0000 (16:57 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sun, 23 May 2010 14:57:44 +0000 (16:57 +0200)
vbuild-nightly.sh

index 3fedba7..fe966d3 100755 (executable)
@@ -563,7 +563,7 @@ function main () {
            # update build
            [ -n "$SSH_KEY" ] && setupssh ${BASE} ${SSH_KEY}
            if echo $BUILD_SCM_URL | grep -q git ; then
-               vserver $BASE exec bash -c "cd /build; git pull"
+               vserver $BASE exec bash -c "cd /build; git pull; make tests-clean"
            else
                vserver $BASE exec svn update /build
            fi