]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Introduce virsh self-test
authorJán Tomko <jtomko@redhat.com>
Fri, 17 Jun 2016 17:28:12 +0000 (19:28 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 20 Jun 2016 16:16:33 +0000 (18:16 +0200)
commit920ab8bdce7f896698b8408dfeef04bbd7fdb3d3
tree84e982a4ff7575b6229ea1cfaafbd96317c0ba08
parent743bda062bd4abc67574741f6f1a98f8d40a46d0
Introduce virsh self-test

A new hidden command for virsh that will iterate over
all command groups and commands and print help for every single one.

This involves running vshCmddefOptParse so we can get an error if
one of the command's option structure is invalid.
.gitignore
tests/Makefile.am
tests/virsh-self-test [new file with mode: 0755]
tools/virsh.c