From 3aba0752dd2d5fe0a9b90090433080a85fac5754 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sun, 23 May 2010 16:57:44 +0200 Subject: [PATCH] clear up the tests as well, for more robust incremental builds --- vbuild-nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.0