[libvirt] [PATCH] tests: fix running of qemuxml2argvtest program

Daniel P. Berrangé posted 1 patch 6 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20180212111123.5569-1-berrange@redhat.com
tests/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt] [PATCH] tests: fix running of qemuxml2argvtest program
Posted by Daniel P. Berrangé 6 years, 2 months ago
The previous commit:

  commit a455d41e3e1c1af3a36ccdbb2e3f2356cc58993e
  Author: Daniel P. Berrangé <berrange@redhat.com>
  Date:   Thu Jan 25 09:35:50 2018 +0000

    conf: expand network device callbacks to cover resolving NIC type

mistakenly dropped qemuxml2argvtest from the tests due to a typo.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 tests/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index d013aed5eb..4ff3fa742a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -291,7 +291,7 @@ test_programs += qemuxml2xmltest \
 if WITH_NETWORK
 # Dep on the network driver callback for resolving NIC
 # actual type. XXX remove this dep.
-test_programs += qemuxml2xmltest
+test_programs += qemuxml2argvtest
 endif WITH_NETWORK
 test_helpers += qemucapsprobe
 test_libraries += libqemumonitortestutils.la \
-- 
2.14.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] tests: fix running of qemuxml2argvtest program
Posted by Michal Privoznik 6 years, 2 months ago
On 02/12/2018 12:11 PM, Daniel P. Berrangé wrote:
> The previous commit:
> 
>   commit a455d41e3e1c1af3a36ccdbb2e3f2356cc58993e
>   Author: Daniel P. Berrangé <berrange@redhat.com>
>   Date:   Thu Jan 25 09:35:50 2018 +0000
> 
>     conf: expand network device callbacks to cover resolving NIC type
> 
> mistakenly dropped qemuxml2argvtest from the tests due to a typo.
> 
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
>  tests/Makefile.am | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Ooops. ACK.

Michal

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list