Re: [libvirt] [PATCH] virsh: Make self-test failures noisy

2019-03-12 Thread Peter Krempa
On Tue, Mar 12, 2019 at 06:40:42 -0500, Eric Blake wrote: > On 3/12/19 2:50 AM, Erik Skultety wrote: > > On Mon, Mar 11, 2019 at 09:18:44PM -0500, Eric Blake wrote: > >> In local testing, I accidentally introduced a self-test failure, > >> and spent way too much time debugging it. Make sure the

Re: [libvirt] [PATCH] virsh: Make self-test failures noisy

2019-03-12 Thread Eric Blake
On 3/12/19 2:50 AM, Erik Skultety wrote: > On Mon, Mar 11, 2019 at 09:18:44PM -0500, Eric Blake wrote: >> In local testing, I accidentally introduced a self-test failure, >> and spent way too much time debugging it. Make sure the testsuite >> log includes some hint as to why command option

Re: [libvirt] [PATCH] virsh: Make self-test failures noisy

2019-03-12 Thread Erik Skultety
On Mon, Mar 11, 2019 at 09:18:44PM -0500, Eric Blake wrote: > In local testing, I accidentally introduced a self-test failure, > and spent way too much time debugging it. Make sure the testsuite > log includes some hint as to why command option validation failed. > > Signed-off-by: Eric Blake >

Re: [libvirt] [PATCH] virsh: Make self-test failures noisy

2019-03-12 Thread Peter Krempa
On Mon, Mar 11, 2019 at 21:18:44 -0500, Eric Blake wrote: > In local testing, I accidentally introduced a self-test failure, > and spent way too much time debugging it. Make sure the testsuite > log includes some hint as to why command option validation failed. > > Signed-off-by: Eric Blake >

[libvirt] [PATCH] virsh: Make self-test failures noisy

2019-03-11 Thread Eric Blake
In local testing, I accidentally introduced a self-test failure, and spent way too much time debugging it. Make sure the testsuite log includes some hint as to why command option validation failed. Signed-off-by: Eric Blake --- tools/vsh.c | 56