From: Jim Meyering Date: Thu, 7 Feb 2008 19:19:45 +0000 (+0000) Subject: autobuild.sh: Run "make syntax-check", so the autobuilder does this. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3cb808d2a2791fa2985e1ad00133feeed7e00ca8;p=libvirt.git autobuild.sh: Run "make syntax-check", so the autobuilder does this. --- diff --git a/ChangeLog b/ChangeLog index d3b80d915d..d173a0b6fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Feb 7 20:19:19 CET 2008 Jim Meyering + + * autobuild.sh: Run "make syntax-check", so the autobuilder does this. + Thu Feb 7 18:02:22 CET 2008 Daniel Veillard * qemud/remote.c: fix a missing ')' introduced earlier diff --git a/autobuild.sh b/autobuild.sh index 623b33adfc..9e0c2ca03b 100755 --- a/autobuild.sh +++ b/autobuild.sh @@ -23,6 +23,7 @@ make install set -o pipefail make check 2>&1 | tee $RESULTS +make syntax-check 2>&1 | tee -a $RESULTS make cov rm -f *.tar.gz