]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: fix autobuild failures on gcov upgrade
authorEric Blake <eblake@redhat.com>
Wed, 17 Nov 2010 17:38:59 +0000 (10:38 -0700)
committerEric Blake <eblake@redhat.com>
Wed, 17 Nov 2010 18:58:45 +0000 (11:58 -0700)
commit38afe8f5ec6f2b3ce917c70b7df3d25c33c7168a
treef627ebdc9ca1be09a5201dacc87a834fb9ead243
parented0b7073baf1a22a17b8614aca8b367616e43643
build: fix autobuild failures on gcov upgrade

Last time I ran ./autobuild.sh was on F13; and upgrading to F14
exposed these leftovers due to a newer gcov than what was in the stale
files, in the form of spurious messages that break 'make check':

+profiling:/home/remote/eblake/libvirt-tmp/tools/virsh-console.gcda:Version mismatch - expected 405R got 404R

and concluding with a bug in the autobuild.sh script itself:

./autobuild.sh: line 44: test: =: unary operator expected

* autobuild.sh: avoid syntax error on failed test
* tools/Makefile.am (CLEANFILES): Clean coverage files.
autobuild.sh
tools/Makefile.am