[PATCH 06/19] testutils: virTestRewrapFile: Rewrap also '.argv' files

Jiri Denemark jdenemar at redhat.com
Fri Feb 12 10:26:52 UTC 2021


On Thu, Feb 11, 2021 at 16:37:45 +0100, Peter Krempa wrote:
> The suffix is used for output files of 'storagevolxml2argvtest.
> 
> Signed-off-by: Peter Krempa <pkrempa at redhat.com>
> ---
>  tests/testutils.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/testutils.c b/tests/testutils.c
> index 7ecf7923b8..8734790457 100644
> --- a/tests/testutils.c
> +++ b/tests/testutils.c
> @@ -332,6 +332,7 @@ virTestRewrapFile(const char *filename)
>      g_autoptr(virCommand) cmd = NULL;
> 
>      if (!(virStringHasSuffix(filename, ".args") ||
> +          virStringHasSuffix(filename, ".argv") ||
>            virStringHasSuffix(filename, ".ldargs")))
>          return 0;
> 

Reviewed-by: Jiri Denemark <jdenemar at redhat.com>




More information about the libvir-list mailing list