From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22176 invoked by alias); 3 Nov 2009 15:56:49 -0000 Received: (qmail 22149 invoked by uid 9830); 3 Nov 2009 15:56:48 -0000 Date: Tue, 03 Nov 2009 15:56:00 -0000 Message-ID: <20091103155647.22136.qmail@sourceware.org> From: leitao@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-163-g249534c X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 9f61c5d4c3487aa8225d5271c798f5ebaafc398a X-Git-Newrev: 249534c041971db5e9f89cb11b6d38d311e91f57 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2009-q4/txt/msg00081.txt.bz2 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 "systemtap: system-wide probe/trace tool". The branch, master has been updated via 249534c041971db5e9f89cb11b6d38d311e91f57 (commit) from 9f61c5d4c3487aa8225d5271c798f5ebaafc398a (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 249534c041971db5e9f89cb11b6d38d311e91f57 Author: Breno Leitao Date: Tue Nov 3 13:38:32 2009 -0200 Fix for bug 10866 (exit with rc != 0 on script ERRORs). This patch just make the RC=1 when any output line starts with ERROR:. Also some minors error that was returning 0 instead of 1 were fixed. ----------------------------------------------------------------------- Summary of changes: runtime/staprun/mainloop.c | 24 ++++++++++++++---------- runtime/staprun/staprun.h | 2 +- 2 files changed, 15 insertions(+), 11 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool