From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5908 invoked by alias); 20 Sep 2011 16:57:40 -0000 Received: (qmail 5852 invoked by uid 448); 20 Sep 2011 16:57:29 -0000 Date: Tue, 20 Sep 2011 16:57:00 -0000 Message-ID: <20110920165725.5830.qmail@sourceware.org> From: brolley@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-237-g8501d45 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e86f32ee4ed78c9092d27c66627fdaeb589c02ff X-Git-Newrev: 8501d45ca4f55093965e05cf0630c5244925c264 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-q3/txt/msg00283.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 8501d45ca4f55093965e05cf0630c5244925c264 (commit) from e86f32ee4ed78c9092d27c66627fdaeb589c02ff (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 8501d45ca4f55093965e05cf0630c5244925c264 Author: Dave Brolley Date: Tue Sep 20 12:56:42 2011 -0400 PR 13107: simplify compile-server testsuite - Removed the use of a wrapper script to run stap using the server. - Client/server tests now use the --use-server option as needed. - testsuite/systemtap.server/server.exp is now reduced. - no longer runs all of buildok tests - now runs tests on server-specific functionality - general client/server interoperability covered by existing tests. ----------------------------------------------------------------------- Summary of changes: testsuite/lib/systemtap.exp | 47 +--------- testsuite/systemtap.server/client.exp | 27 +++--- testsuite/systemtap.server/server.exp | 125 ++++++++++++++++++++------ testsuite/systemtap.server/server_args.exp | 40 ++++----- testsuite/systemtap.server/server_locale.exp | 53 +++++------ testsuite/systemtap.server/uprobes.stp | 3 + 6 files changed, 157 insertions(+), 138 deletions(-) create mode 100644 testsuite/systemtap.server/uprobes.stp hooks/post-receive -- systemtap: system-wide probe/trace tool