[libgovirt: 1/4] tests: Fix distribution of files under mock-xml-data/



commit 90e99344dbaa551c7d08fbb7126159c746b68349
Author: Eduardo Lima (Etrunko) <etrunko redhat com>
Date:   Mon Jun 25 11:33:08 2018 -0300

    tests: Fix distribution of files under mock-xml-data/
    
    The directory must be specified without the trailing '/', otherwise it
    will end up creating two directories with the same name like this:
    
    libgovirt-0.3.4/tests/mock-xml-data/mock-xml-data/test-parse-vm-host-cluster.xml
    
    Signed-off-by: Eduardo Lima (Etrunko) <etrunko redhat com>

 tests/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index b8def14..05733e4 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -7,7 +7,7 @@ EXTRA_DIST =                            \
        https-cert/server-cert.pem      \
        https-cert/server-key.csr       \
        https-cert/server-key.pem       \
-       mock-xml-data/                  \
+       mock-xml-data                   \
        $(NULL)
 
 AM_LDFLAGS =                                   \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]