Fixes: 2ffbdabb859594256d45c1b48521dd6501629852

Signed-off-by: Ján Tomko <[email protected]>
---
 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

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to