mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
Only run coverage tests if lcov is installed
This commit is contained in:
parent
d007428ddb
commit
f855e91f11
@ -1,3 +1,7 @@
|
||||
Thu May 29 16:43:00 EST 2008 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
* autobuild.sh: Only run converage tests if lcov is installed
|
||||
|
||||
Thu May 29 16:09:00 EST 2008 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
* qemud/Makefile.am: Change internal.h to qemud.h to fix
|
||||
|
@ -24,7 +24,7 @@ make install
|
||||
set -o pipefail
|
||||
make check 2>&1 | tee $RESULTS
|
||||
make syntax-check 2>&1 | tee -a $RESULTS
|
||||
make cov
|
||||
test -x /usr/bin/lcov && make cov
|
||||
|
||||
rm -f *.tar.gz
|
||||
make dist
|
||||
|
Loading…
x
Reference in New Issue
Block a user