cosmetic
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sat, 5 Apr 2008 12:14:49 +0000 (12:14 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sat, 5 Apr 2008 12:14:49 +0000 (12:14 +0000)
vbuild-nightly.sh

index b9a5ffd..b71f82e 100755 (executable)
@@ -197,7 +197,7 @@ function runtest () {
     mkdir -p /vservers/$BASE/build/testlogs
     ssh 2>&1 ${TESTBOXSSH} tar -C ${testdir}/logs -cf - . | tar -C /vservers/$BASE/build/testlogs -xf - || true
     # push them to the build web
-    rsync --archive --delete --verbose /vservers/$BASE/build/testlogs/ $WEBPATH/$BASE/testlogs/
+    rsync --archive --delete /vservers/$BASE/build/testlogs/ $WEBPATH/$BASE/testlogs/
     chmod -R a+r $WEBPATH/$BASE/testlogs/
 
     if [ -z "$success" ] ; then