From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9645 invoked by alias); 20 Feb 2009 22:10:56 -0000 Received: (qmail 9608 invoked by uid 448); 20 Feb 2009 22:10:53 -0000 Date: Fri, 20 Feb 2009 22:10:00 -0000 Message-ID: <20090220221053.9596.qmail@sourceware.org> From: brolley@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9-14-gd25f3d8 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 9ac44b1d057caacc72e980bd83876b77c42b2959 X-Git-Newrev: d25f3d880946be8fc5d09d8d365612b5efda825a 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-q1/txt/msg00196.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 d25f3d880946be8fc5d09d8d365612b5efda825a (commit) via e26df1cb46bf61450a3e9569cd892c91fd52c0a7 (commit) from 9ac44b1d057caacc72e980bd83876b77c42b2959 (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 d25f3d880946be8fc5d09d8d365612b5efda825a Merge: e26df1cb46bf61450a3e9569cd892c91fd52c0a7 9ac44b1d057caacc72e980bd83876b77c42b2959 Author: Dave Brolley Date: Fri Feb 20 16:59:54 2009 -0500 Merge branch 'master' of git://sources.redhat.com/git/systemtap commit e26df1cb46bf61450a3e9569cd892c91fd52c0a7 Author: Dave Brolley Date: Fri Feb 20 16:58:57 2009 -0500 Check for required resources and tools before attempting tests using the client/server. Ensure that tests run with/without the server have unique names. ----------------------------------------------------------------------- Summary of changes: testsuite/lib/systemtap.exp | 30 +++++++++++++++++++++++++++--- testsuite/systemtap.server/hello.stp | 8 ++++++++ testsuite/systemtap.server/server.exp | 15 +++++++-------- 3 files changed, 42 insertions(+), 11 deletions(-) create mode 100755 testsuite/systemtap.server/hello.stp hooks/post-receive -- systemtap: system-wide probe/trace tool