[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[Libvir] [PATCH] autobuild.sh: Run "make syntax-check"
- From: Jim Meyering <jim meyering net>
- To: Libvirt <libvir-list redhat com>
- Cc:
- Subject: [Libvir] [PATCH] autobuild.sh: Run "make syntax-check"
- Date: Thu, 07 Feb 2008 19:15:22 +0100
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]