From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29163 invoked by alias); 7 Mar 2006 01:02:49 -0000 Received: (qmail 29153 invoked by uid 22791); 7 Mar 2006 01:02:48 -0000 X-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Received: from fmr18.intel.com (HELO orsfmr003.jf.intel.com) (134.134.136.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 07 Mar 2006 01:02:46 +0000 Received: from orsfmr100.jf.intel.com (orsfmr100.jf.intel.com [10.7.209.16]) by orsfmr003.jf.intel.com (8.12.10/8.12.10/d: major-outer.mc,v 1.1 2004/09/17 17:50:56 root Exp $) with ESMTP id k2712TiY007153; Tue, 7 Mar 2006 01:02:29 GMT Received: from [10.239.13.78] (maobb.sh.intel.com [10.239.13.78]) by orsfmr100.jf.intel.com (8.12.10/8.12.10/d: major-inner.mc,v 1.2 2004/09/17 18:05:01 root Exp $) with ESMTP id k2712RJj015439; Tue, 7 Mar 2006 01:02:28 GMT Message-ID: <440CD9DC.3000602@linux.intel.com> Date: Tue, 07 Mar 2006 01:02:00 -0000 From: bibo mao User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: "Frank Ch. Eigler" CC: "bibo,mao" , systemtap@sources.redhat.com Subject: Re: [Patch]patch for some systemtap test cases failure References: <440BF7BC.7010001@intel.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.52 on 10.7.209.16 X-IsSubscribed: yes Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2006-q1/txt/msg00722.txt.bz2 Frank Ch. Eigler wrote: > "bibo,mao" writes: > >> [...] >> set stappath [exec which stap] >> -set stpdpath [exec dirname $stappath]/../libexec/systemtap/stpd >> +set stpdpath [exec dirname $stappath]/stpd >> [...] > > The pass-5 tests are meant to run against an *installed* copy of > systemtap (i.e., the result of a "make install"), not the parts as > they happen to be arranged in the build tree. In the former, the > stpd binary will not be alongside stap. > > - FChE > yes, it is. But in the nightly test script stap_testing, it defines export PATH=${STAP_OBJ}:$PATH, and it will first search STAP_OBJ directory, where stap is in the same directory with stpd. Maybe the test script need modification :)