summaryrefslogtreecommitdiff
path: root/tests/rdfxml/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rdfxml/Makefile.am')
-rw-r--r--tests/rdfxml/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/rdfxml/Makefile.am b/tests/rdfxml/Makefile.am
index cbb8acc8..a9fe3e7e 100644
--- a/tests/rdfxml/Makefile.am
+++ b/tests/rdfxml/Makefile.am
@@ -451,6 +451,8 @@ check-rdfxmla: build-rdfdiff build-rapper $(check_rdfxmla_deps)
fi; \
if test $$status1 = 0 -a $$status2 = 0; then \
$(RECHO) "ok"; \
+ elif test $$status1 = 2 -a $$status2 = 0; then \
+ $(RECHO) "ok with warnings"; grep Warning $$name.err; \
else \
$(RECHO) "FAILED"; \
echo $(RAPPER) -q -o rdfxml-abbrev $(srcdir)/$$test $$baseuri '>' $$name-rdfxmla.rdf; \