This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: [PATCH] add testcases for prologue and epilogue style alias
- From: fche at redhat dot com (Frank Ch. Eigler)
- To: =?UTF-8?B?Ilpob3UsIFdlbmppYW4v5ZGo5paH5YmRIg==?= <zhouwj-fnst at cn dot fujitsu dot com>
- Cc: David Smith <dsmith at redhat dot com>, <systemtap at sourceware dot org>
- Date: Fri, 23 Oct 2015 09:50:41 -0400
- Subject: Re: [PATCH] add testcases for prologue and epilogue style alias
- Authentication-results: sourceware.org; auth=none
- References: <1445394837-14243-1-git-send-email-zhouwj-fnst at cn dot fujitsu dot com> <56290E14 dot 3030006 at redhat dot com> <5629A554 dot 1030506 at cn dot fujitsu dot com>
=?UTF-8?B?Ilpob3UsIFdlbmppYW4v5ZGo5paH5YmRIg==?= <zhouwj-fnst@cn.fujitsu.com> writes:
> Could you tell me what the tweak is?
> Then I will improve my work in the following cases.
David was referring to this bit:
if {![installtest_p]} { untested "$test"; return }
This is needed to make "make check" work by bypassing tests
that require full stap script invocation.
- FChE