On Tue, May 07, 2024 at 14:59:01 +0100, Daniel P. Berrangé wrote:
> The 'virsh-auth' test needs to be able to invoke the 'virsh' binary
> 
> Signed-off-by: Daniel P. Berrangé <berra...@redhat.com>
> ---
>  tests/meson.build | 16 +++++++++++-----
>  1 file changed, 11 insertions(+), 5 deletions(-)
> 
> diff --git a/tests/meson.build b/tests/meson.build
> index 73b87be2a0..68fe00d0c1 100644
> --- a/tests/meson.build
> +++ b/tests/meson.build
> @@ -720,17 +720,23 @@ if conf.has('WITH_LIBVIRTD')
>    )
>  
>    test_scripts += [
> -    'virsh-auth',
> +      { 'name': 'virsh-auth', 'depends': [virsh_prog] }

In few places I've checked we use '[ DEPNAME ]' instead of the
compressed variant.
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-le...@lists.libvirt.org

Reply via email to