[Libvir] [PATCH] autobuild.sh: Run "make syntax-check"

Tiny change. So the autobuilder runs these checks, too. diff --git a/autobuild.sh b/autobuild.sh index 623b33a..9e0c2ca 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

On Thu, Feb 07, 2008 at 07:15:22PM +0100, Jim Meyering wrote:
Tiny change. So the autobuilder runs these checks, too.
I guess it make sense, but I don't think I receive the autobuilder failures :-) +1 Daniel -- Red Hat Virtualization group http://redhat.com/virtualization/ Daniel Veillard | virtualization library http://libvirt.org/ veillard@redhat.com | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/

On Thu, Feb 14, 2008 at 05:42:28AM -0500, Daniel Veillard wrote:
On Thu, Feb 07, 2008 at 07:15:22PM +0100, Jim Meyering wrote:
Tiny change. So the autobuilder runs these checks, too.
I guess it make sense, but I don't think I receive the autobuilder failures :-)
If anyone wants to be spammed on failure let me know and I can add your email address :-) Dan. -- |=- Red Hat, Engineering, Emerging Technologies, Boston. +1 978 392 2496 -=| |=- Perl modules: http://search.cpan.org/~danberr/ -=| |=- Projects: http://freshmeat.net/~danielpb/ -=| |=- GnuPG: 7D3B9505 F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 -=|

"Daniel P. Berrange" <berrange@redhat.com> wrote:
On Thu, Feb 14, 2008 at 05:42:28AM -0500, Daniel Veillard wrote:
On Thu, Feb 07, 2008 at 07:15:22PM +0100, Jim Meyering wrote:
Tiny change. So the autobuilder runs these checks, too.
I guess it make sense, but I don't think I receive the autobuilder failures :-)
If anyone wants to be spammed on failure let me know and I can add your email address :-)
:-) Please add jim@meyering.net.
participants (3)
-
Daniel P. Berrange
-
Daniel Veillard
-
Jim Meyering