38 lines
1.1 KiB
Diff
38 lines
1.1 KiB
Diff
From 2af7e75f8501e8bf3f50ed1c4a3a794a89c9de6b Mon Sep 17 00:00:00 2001
|
|
Message-Id: <2af7e75f8501e8bf3f50ed1c4a3a794a89c9de6b@dist-git>
|
|
From: Andrea Bolognani <abologna@redhat.com>
|
|
Date: Mon, 17 Sep 2018 18:00:54 +0200
|
|
Subject: [PATCH] tests: Follow up on qemucaps2xmldata rename
|
|
|
|
The directory has been renamed in 562990849a9d, but a
|
|
reference to it was not updated at the same time, causing
|
|
'make dist' to fail ever since. Fix it.
|
|
|
|
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
|
|
(cherry picked from commit d52dd5911b32a31bb17ee97bb9df5683741603b0)
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=1629862
|
|
|
|
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
|
|
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
|
|
---
|
|
tests/Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/tests/Makefile.am b/tests/Makefile.am
|
|
index f5872fa42b..41905d1a4d 100644
|
|
--- a/tests/Makefile.am
|
|
+++ b/tests/Makefile.am
|
|
@@ -122,7 +122,7 @@ EXTRA_DIST = \
|
|
qemuargv2xmldata \
|
|
qemublocktestdata \
|
|
qemucapabilitiesdata \
|
|
- qemucaps2xmldata \
|
|
+ qemucaps2xmloutdata \
|
|
qemuhotplugtestcpus \
|
|
qemuhotplugtestdevices \
|
|
qemuhotplugtestdomains \
|
|
--
|
|
2.19.1
|
|
|