aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-02-07 19:19:45 +0000
committerJim Meyering <meyering@redhat.com>2008-02-07 19:19:45 +0000
commit3cb808d2a2791fa2985e1ad00133feeed7e00ca8 (patch)
tree2277c0518f0ae8af7e9a1119db905ec99de70059 /autobuild.sh
parentmissing ')' (diff)
downloadlibvirt-3cb808d2a2791fa2985e1ad00133feeed7e00ca8.tar.gz
libvirt-3cb808d2a2791fa2985e1ad00133feeed7e00ca8.tar.bz2
libvirt-3cb808d2a2791fa2985e1ad00133feeed7e00ca8.zip
autobuild.sh: Run "make syntax-check", so the autobuilder does this.
Diffstat (limited to 'autobuild.sh')
-rwxr-xr-xautobuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autobuild.sh b/autobuild.sh
index 623b33adf..9e0c2ca03 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