]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: back to short test names
authorEric Blake <eblake@redhat.com>
Fri, 25 May 2012 02:34:16 +0000 (20:34 -0600)
committerCole Robinson <crobinso@redhat.com>
Thu, 14 Jun 2012 22:22:52 +0000 (18:22 -0400)
commite39afdb8984b90d45be89c90438833cd2722fd2f
tree6ce5d994d6fb3bad2fc22369d4f69ab2da8a2696
parent3e416ba91f15fbc5faeaf0faf03794bbc0a1b836
tests: back to short test names

With the switch to modules by default, I was getting super long
test output:

TEST: /home/remote/eblake/libvirt/tests/.libs/lt-interfacexml2xmltest

compared to the former:

TEST: interfacexml2xmltest

* tests/testutils.c (virtTestMain): Trim off libtool goop.
(cherry picked from commit ee407255101e372b9f7943d012f3f92c172be2f0)
tests/testutils.c