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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

--
Libvir-list mailing list
Libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]