From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2925 invoked by alias); 22 Jul 2011 15:59:48 -0000 Received: (qmail 2904 invoked by uid 426); 22 Jul 2011 15:59:47 -0000 Date: Fri, 22 Jul 2011 15:59:00 -0000 Message-ID: <20110722155947.2880.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.5-177-g2be6056 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 20ab10df946293a9b9d403c6ac17f9b6a4351f0d X-Git-Newrev: 2be6056b91b7dd3c474bfe9601f34d8cacff7140 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/msg00086.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 2be6056b91b7dd3c474bfe9601f34d8cacff7140 (commit) via 4a58a6f70f681c9f8b63f7b62f1efb09d7570b4b (commit) from 20ab10df946293a9b9d403c6ac17f9b6a4351f0d (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 2be6056b91b7dd3c474bfe9601f34d8cacff7140 Author: Frank Ch. Eigler Date: Fri Jul 22 11:59:03 2011 -0400 testsuite: memory1 test case name Reorder the parameters to stap_run2 to put the script name first. commit 4a58a6f70f681c9f8b63f7b62f1efb09d7570b4b Author: Frank Ch. Eigler Date: Fri Jul 22 11:56:53 2011 -0400 testsuite framework: stap_run2 quoting fix When invoking stap_run2 with multiple optional stap arguments, the extra arguments are captured in the tcl list $args. When stap_run2 calls down to stap_run3 to do the real work, it gets packaged as a single quoted string instead of the original list of options. We need to unpack this list to pass it on, e.g. via tcl eval. This impacts test cases that pass multiple parameters, such as memory1.exp, const_value.exp, process_by_cmd.exp. ----------------------------------------------------------------------- Summary of changes: testsuite/lib/stap_run2.exp | 2 +- testsuite/systemtap.printf/memory1.exp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool