]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Remove virsh-all
authorJán Tomko <jtomko@redhat.com>
Fri, 17 Jun 2016 17:32:24 +0000 (19:32 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 20 Jun 2016 16:04:44 +0000 (18:04 +0200)
commit9f95593d601c82a60c24c77829aefccfaaaff3f6
tree03b0c2d4cbd8bfccb8088597f9b21cfe6ceb480f
parent832f16024754a2c94ab103a794913e2aecaff1a5
Remove virsh-all

Since e8ac4a7 this test wastes some CPU cycles by blindly trying to
run almost every virsh command, blindly throwing away the output
and the return value and returning success if 'virsh help' successfully
returned at least one command.

Drop it completely.
tests/Makefile.am
tests/virsh-all [deleted file]