From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20093 invoked by alias); 28 Aug 2009 19:00:51 -0000 Received: (qmail 20069 invoked by uid 9156); 28 Aug 2009 19:00:50 -0000 Date: Fri, 28 Aug 2009 19:00:00 -0000 Message-ID: <20090828190050.20058.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.9-207-g342489f X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 4f0cf2b3b7d8e6e69a39e57beeae7e88794e35d0 X-Git-Newrev: 342489f500c1fb1877c9e25aa13547d58d34ce92 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-q3/txt/msg00179.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 342489f500c1fb1877c9e25aa13547d58d34ce92 (commit) from 4f0cf2b3b7d8e6e69a39e57beeae7e88794e35d0 (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 342489f500c1fb1877c9e25aa13547d58d34ce92 Author: David Smith Date: Fri Aug 28 13:59:27 2009 -0500 Added test for pr10568. * testsuite/systemtap.base/alias_tapset.exp: New file. * testsuite/systemtap.base/alias_tapset.stp: Ditto. * testsuite/systemtap.base/alias_tapset/tapset_test.stp: Ditto. ----------------------------------------------------------------------- Summary of changes: testsuite/systemtap.base/alias_tapset.exp | 33 ++++++++++++++++++++ testsuite/systemtap.base/alias_tapset.stp | 2 + .../systemtap.base/alias_tapset/tapset_test.stp | 8 +++++ 3 files changed, 43 insertions(+), 0 deletions(-) create mode 100644 testsuite/systemtap.base/alias_tapset.exp create mode 100644 testsuite/systemtap.base/alias_tapset.stp create mode 100644 testsuite/systemtap.base/alias_tapset/tapset_test.stp hooks/post-receive -- systemtap: system-wide probe/trace tool