public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* resource-agents: master - rgmanager: Make 'make check' work for resource-agents
@ 2009-06-22 17:58 Lon Hohberger
  0 siblings, 0 replies; only message in thread
From: Lon Hohberger @ 2009-06-22 17:58 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/resource-agents.git?p=resource-agents.git;a=commitdiff;h=a626686c6c2048db2bc9f6f44f4a228c0c5f498c
Commit:        a626686c6c2048db2bc9f6f44f4a228c0c5f498c
Parent:        ab192ab798d955e2f7ba108b4714b5f72a190f9d
Author:        Lon Hohberger <lhh@redhat.com>
AuthorDate:    Mon Jan 26 17:39:08 2009 -0500
Committer:     Lon Hohberger <lhh@redhat.com>
CommitterDate: Mon Jun 22 12:59:03 2009 -0400

rgmanager: Make 'make check' work for resource-agents

---
 rgmanager/src/resources/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/rgmanager/src/resources/Makefile b/rgmanager/src/resources/Makefile
index a764ef7..08d5489 100644
--- a/rgmanager/src/resources/Makefile
+++ b/rgmanager/src/resources/Makefile
@@ -77,9 +77,9 @@ clean: generalclean
 
 check: $(RESOURCES) $(TARGET2) $(TARGET3) ra-api-1-modified.dtd
 	@echo Validating resource agent meta-data
-	@for f in $(RESOURCES); do \
+	@for f in $(RESOURCES) $(TARGET2) $(TARGET3); do \
 		echo "   ./$$f "; \
-		./$$f meta-data | xmllint --dtdvalid \
+		bash ./$$f meta-data | xmllint --dtdvalid \
 				  ./ra-api-1-modified.dtd --noout -; \
 		if [ $$? -ne 0 ]; then exit 1; fi \
 	done


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-22 17:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-22 17:58 resource-agents: master - rgmanager: Make 'make check' work for resource-agents Lon Hohberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).