From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25578 invoked by alias); 23 May 2011 21:25:05 -0000 Received: (qmail 25450 invoked by uid 9156); 23 May 2011 21:25:04 -0000 Date: Mon, 23 May 2011 21:25:00 -0000 Message-ID: <20110523212504.25426.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.5-2-gbd7f76a X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a64d8b1337d202290d80dc152d790c812e298319 X-Git-Newrev: bd7f76a9e6815245943f07691bfc53b9597deb48 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: 2011-q2/txt/msg00130.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 bd7f76a9e6815245943f07691bfc53b9597deb48 (commit) via 5a31f8137f85436770a5879239d8b8a9748d201a (commit) from a64d8b1337d202290d80dc152d790c812e298319 (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 bd7f76a9e6815245943f07691bfc53b9597deb48 Merge: 5a31f81 a64d8b1 Author: David Smith Date: Mon May 23 16:24:59 2011 -0500 Merge branch 'master' of ssh://sources.redhat.com/git/systemtap commit 5a31f8137f85436770a5879239d8b8a9748d201a Author: David Smith Date: Mon May 23 16:24:17 2011 -0500 Avoid some bad testsuite fails becase of unhandled child exit status warnings. * testsuite/systemtap.base/target_set.exp: Handle warning about child process exiting with a bad status. * testsuite/systemtap.context/uprobe_stmt_num.exp: Ditto. * testsuite/systemtap.context/uprobe_uaddr.exp: Ditto. * testsuite/systemtap.context/usymbols.c: Explicitly exit with a status of 0 (to avoid warnings about bad child exit status). ----------------------------------------------------------------------- Summary of changes: testsuite/systemtap.base/target_set.exp | 2 ++ testsuite/systemtap.context/uprobe_stmt_num.exp | 13 ++++++++++--- testsuite/systemtap.context/uprobe_uaddr.exp | 8 +++++++- testsuite/systemtap.context/usymbols.c | 1 + 4 files changed, 20 insertions(+), 4 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool