From: Paul Floyd Date: Sun, 22 Dec 2024 07:37:12 +0000 (+0100) Subject: Bug 497723 - tweak awk filter in regtest X-Git-Tag: VALGRIND_3_25_0~191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59cdf3890399ad68d044479fe3c068d2286efa43;p=thirdparty%2Fvalgrind.git Bug 497723 - tweak awk filter in regtest --- diff --git a/callgrind/tests/bug497723.vgtest b/callgrind/tests/bug497723.vgtest index bdbf23987..92be389b0 100644 --- a/callgrind/tests/bug497723.vgtest +++ b/callgrind/tests/bug497723.vgtest @@ -1,4 +1,4 @@ prog: ../../memcheck/tests/bug445235_ada_demangle vgopts: --callgrind-out-file=callgrind.out -post: awk '/cfn.*ada_/{print $2}' callgrind.out +post: awk '/fn.*ada_/{print $2}' callgrind.out cleanup: rm callgrind.out