From: ccaulfield@sourceware.org <ccaulfield@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] Cluster Project branch, master, updated. cluster-2.99.06-18-g009b751
Date: 17 Jul 2008 08:31:19 -0000 [thread overview]
Message-ID: <20080717083119.30825.qmail@sourceware.org> (raw)
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 "Cluster Project".
http://sources.redhat.com/git/gitweb.cgi?p=cluster.git;a=commitdiff;h=009b751282aad0f0ac1a98ed74e46986ded187e1
The branch, master has been updated
via 009b751282aad0f0ac1a98ed74e46986ded187e1 (commit)
from dfb973e106b4544fd57b459422f60d82596a7f6c (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 009b751282aad0f0ac1a98ed74e46986ded187e1
Author: Christine Caulfield <ccaulfie@redhat.com>
Date: Thu Jul 17 09:30:29 2008 +0100
[CCS] Set return status on failure
Signed-off-by: Christine Caulfield <ccaulfie@redhat.com>
-----------------------------------------------------------------------
Summary of changes:
ccs/ccs_tool/ccs_tool.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/ccs/ccs_tool/ccs_tool.c b/ccs/ccs_tool/ccs_tool.c
index 2d48633..dc0e251 100644
--- a/ccs/ccs_tool/ccs_tool.c
+++ b/ccs/ccs_tool/ccs_tool.c
@@ -238,13 +238,11 @@ static int tool_main(int argc, char *argv[])
for (i=2; i<argc; i++)
new_argv[1+i] = argv[i];
- test_main(argc+1, new_argv);
- exit(EXIT_SUCCESS);
+ return test_main(argc+1, new_argv);
}
#else
else if(!strcmp(argv[optind], "query")){
- xpath_query(argc-1, argv+1);
- exit(EXIT_SUCCESS);
+ return xpath_query(argc-1, argv+1);
}
#endif
else if(!strcmp(argv[optind], "addnode")){
hooks/post-receive
--
Cluster Project
reply other threads:[~2008-07-17 8:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080717083119.30825.qmail@sourceware.org \
--to=ccaulfield@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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 NNTP newsgroup(s).