From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31550 invoked by alias); 12 Jul 2010 21:54:08 -0000 Received: (qmail 31524 invoked by uid 9586); 12 Jul 2010 21:54:07 -0000 Date: Mon, 12 Jul 2010 21:54:00 -0000 Message-ID: <20100712215407.31513.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.2-473-g86e56b9 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a6da51a36fa8e653b8c6516a5f3286aae949ba05 X-Git-Newrev: 86e56b940fbdfd38fe12529e1a8428e31d2245c0 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: 2010-q3/txt/msg00058.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 86e56b940fbdfd38fe12529e1a8428e31d2245c0 (commit) from a6da51a36fa8e653b8c6516a5f3286aae949ba05 (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 86e56b940fbdfd38fe12529e1a8428e31d2245c0 Author: Josh Stone Date: Mon Jul 12 14:51:10 2010 -0700 Better catch server errors in the testsuite If "avahi-browse ... | grep ..." doesn't find anything, like when a firewall blocks the way, we should catch that gracefully. Use tcl's "catch" instead of "set" for this. * testsuite/lib/systemtap.exp (setup_server): Catch avahi-browse|grep when it falls. ----------------------------------------------------------------------- Summary of changes: testsuite/lib/systemtap.exp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool