[libvirt] [PATCH 1/9] build: error out when check-augeas fails

Ján Tomko jtomko at redhat.com
Mon Jan 6 14:25:57 UTC 2020


Fixes: 2ffbdabb859594256d45c1b48521dd6501629852

Signed-off-by: Ján Tomko <jtomko at redhat.com>
---
 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index f3d4c28c6d..c9b5eeba47 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -342,7 +342,7 @@ check-augeas: $(augeas_DATA) $(augeastest_DATA)
 		FILE=$$(basename "$$f"); \
 		"$(AUGPARSE)" \
 		    -I "$(srcdir)/$$DIR" -I "$(builddir)/$$DIR" \
-		    "$$DIR/$$FILE"; \
+		    "$$DIR/$$FILE" || exit 1; \
 	    done; \
 	fi
 .PHONY: check-augeas
-- 
2.21.0




More information about the libvir-list mailing list