This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "sfcb - Small Footprint CIM Broker".
The branch, master has been updated
via d289e9570f2d33545af9b3b273d858623111b077 (commit)
from edab714206fc3293e5f180886c7768221b6076fe (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d289e9570f2d33545af9b3b273d858623111b077
Author: Michael Chase-Salerno <br...@li...>
Date: Thu Jun 13 13:26:04 2013 -0400
[sfcb-tix:#58] sfcbdump test fails
Remove local test classSchemas file and use installed one instead.
-----------------------------------------------------------------------
Summary of changes:
test/commands/Makefile.am | 2 ++
test/commands/classSchemas | Bin 590668 -> 0 bytes
test/commands/sfcbdump.sh | 2 +-
3 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/test/commands/Makefile.am b/test/commands/Makefile.am
index 6b8e972..5cdee18 100644
--- a/test/commands/Makefile.am
+++ b/test/commands/Makefile.am
@@ -24,4 +24,6 @@ MAINTAINERCLEANFILES = Makefile.in
#Some wbemcat tests
export SRCDIR=$(srcdir)
+export SFCB_REPODIR=$(localstatedir)/lib/sfcb/registration/repository/
+
TESTS = cmdusage.sh sfcbdump.sh
diff --git a/test/commands/classSchemas b/test/commands/classSchemas
deleted file mode 100644
index 180ee3b..0000000
Binary files a/test/commands/classSchemas and /dev/null differ
diff --git a/test/commands/sfcbdump.sh b/test/commands/sfcbdump.sh
index 59d7c38..b0f8312 100755
--- a/test/commands/sfcbdump.sh
+++ b/test/commands/sfcbdump.sh
@@ -1,6 +1,6 @@
#!/bin/sh
RC=0
-if ! sfcbdump $SRCDIR/classSchemas | grep Linux_CSProcessor > /dev/null
+if ! sfcbdump ${SFCB_REPODIR}/root/cimv2/classSchemas | grep Linux_CSProcessor > /dev/null
then
RC=1
fi
hooks/post-receive
--
sfcb - Small Footprint CIM Broker
|