Count errors in script and don“t ignore them in make test
diff --git a/Makefile b/Makefile
index 9b9f669..65a21c1 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@
 	tail -n 1 xslt/idsCorpus-template.xml  >> $@
 
 test: models/dereko_domains_s.classifier i5valid
-	- bash test/test-xml.sh
+	bash test/test-xml.sh
 
 i5: $(foreach year,$(YEARS),$(TARGET_DIR)/dnb$(year).i5.xml)