Re: [PATCH v2 23/25] bhyvexml2argvtest: Use internal wrapping of command line arguments

2021-04-12 Thread Peter Krempa
On Fri, Apr 09, 2021 at 17:36:40 +0200, Pavel Hrdina wrote: > On Fri, Apr 09, 2021 at 02:50:25PM +0200, Peter Krempa wrote: > > virCommandToString has the possibility to return an already wrapped > > string with better format than what we get from the test wrapper script. > > > > The main advantag

Re: [PATCH v2 23/25] bhyvexml2argvtest: Use internal wrapping of command line arguments

2021-04-09 Thread Pavel Hrdina
On Fri, Apr 09, 2021 at 02:50:25PM +0200, Peter Krempa wrote: > virCommandToString has the possibility to return an already wrapped > string with better format than what we get from the test wrapper script. > > The main advantage is that arguments for an option are always on the > same line which

[PATCH v2 23/25] bhyvexml2argvtest: Use internal wrapping of command line arguments

2021-04-09 Thread Peter Krempa
virCommandToString has the possibility to return an already wrapped string with better format than what we get from the test wrapper script. The main advantage is that arguments for an option are always on the same line which makes it more easy to see what changed in a diff and prevents re-wrappin