From: Thierry Parmentelat Date: Sun, 23 May 2010 14:57:44 +0000 (+0200) Subject: clear up the tests as well, for more robust incremental builds X-Git-Tag: 5.0-rc11~97 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=3aba0752dd2d5fe0a9b90090433080a85fac5754;p=build.git clear up the tests as well, for more robust incremental builds --- diff --git a/vbuild-nightly.sh b/vbuild-nightly.sh index 3fedba79..fe966d37 100755 --- a/vbuild-nightly.sh +++ b/vbuild-nightly.sh @@ -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