]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: clean up stray files found by 'make distcheck'
authorEric Blake <eblake@redhat.com>
Mon, 6 May 2013 16:21:55 +0000 (10:21 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 6 May 2013 20:01:08 +0000 (14:01 -0600)
commitc21c38d71b31f0b119d615cc16800eee9fe0bb10
treefa2300b59496848105ee4bc2d68a51d01f8cbc36
parented11ab93fa683df5669fe36f16a79cff396a9c03
build: clean up stray files found by 'make distcheck'

'make distcheck' complained:

ERROR: files left in build directory after distclean:
./python/libvirt.pyc
./tests/commandhelper.log

Problems introduced in commits f015495 and 25ea8e4 (both v1.0.3).

* tests/commandtest.c (test21): Check (and clean) log file.
* tests/commanddata/test21.log: New file.
* python/Makefile.am (CLEANFILES): Clean up compiled python files.

Signed-off-by: Eric Blake <eblake@redhat.com>
python/Makefile.am
tests/commanddata/test21.log [new file with mode: 0644]
tests/commandtest.c