]> git.ipfire.org Git - thirdparty/libvirt.git/commit
fix just-broken "virsh start" and "virsh pool-start" commands
authorJim Meyering <meyering@redhat.com>
Tue, 9 Dec 2008 21:38:04 +0000 (21:38 +0000)
committerJim Meyering <meyering@redhat.com>
Tue, 9 Dec 2008 21:38:04 +0000 (21:38 +0000)
commit3693a02fffcd4c8fd92f9cd2757425c300e62237
tree5611d6ed7df56ac14463a2bf8cf4abb4925049bd
parent54f4ed6ba148d2576f25df5c083ce2b576a16968
fix just-broken "virsh start" and "virsh pool-start" commands

* src/virsh.c (cmdPoolStart, cmdStart): Change hard-coded
vshCommandOptDomainBy string argument to match just-changed
option name.  Cole Robinson reported that "virsh start" was
broken and provided that part of the fix.
Bug introduced by yesterday's "virsh.c: tweak options to produce
more accurate help".
* tests/start: New file.  Test for the above fix.
* tests/Makefile.am (test_scripts): Add start.
ChangeLog
src/virsh.c
tests/Makefile.am
tests/start [new file with mode: 0755]