[libvirt] [PATCH 2/3] tests: Follow virnetserver to virnetdaemon transition

Michal Privoznik mprivozn at redhat.com
Wed Jun 17 13:54:11 UTC 2015


In a4746114582 the virnetserver test was renamed to virnetdaemon.
Moreover, as the test relies on some data stored under
virnetserverdata/ the folder was renamed too. But this was not
reflected in the Makefile. Therefore when building outside of the
repository, the data folder was not distributed and test failed.

Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
---
 tests/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index cefe8b3..a1cca5c 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -137,8 +137,8 @@ EXTRA_DIST =		\
 	virsh-uriprecedence \
 	vircgroupdata \
 	virfiledata \
+	virnetdaemondata \
 	virnetdevtestdata \
-	virnetserverdata \
 	virpcitestdata \
 	virscsidata \
 	virusbtestdata \
-- 
2.3.6




More information about the libvir-list mailing list