mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
7fca0d4d52
Optimize invocation of the tests to share one 'virsh' binary as they don't influence each other. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
6 lines
230 B
Plaintext
6 lines
230 B
Plaintext
echo --split a,b,,c,,,d,,,,e,,,,,f,,,,,,e
|
|
echo --split ,a,b,,c,,,d,,,,e,,,,,f,,,,,,e,
|
|
echo --split ,,a,b,,c,,,d,,,,e,,,,,f,,,,,,e,,
|
|
echo --split ,,,a,b,,c,,,d,,,,e,,,,,f,,,,,,e,,,
|
|
echo --split ,,,,a,b,,c,,,d,,,,e,,,,,f,,,,,,e,,,,
|