From 60919226303c35498c32b819e2c99933c97e9d60 Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Tue, 5 Sep 2023 14:53:35 +0100 Subject: [PATCH] pr30700 Gbp-Pq: Name pr30700.diff --- gprofng/testsuite/gprofng.display/gp-collect-app_F.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gprofng/testsuite/gprofng.display/gp-collect-app_F.exp b/gprofng/testsuite/gprofng.display/gp-collect-app_F.exp index f791b0f7a..02bcc8e5b 100644 --- a/gprofng/testsuite/gprofng.display/gp-collect-app_F.exp +++ b/gprofng/testsuite/gprofng.display/gp-collect-app_F.exp @@ -46,11 +46,11 @@ proc run_gp_collect_app { subExpCnt F_opt } { return -code break } - set output [run_native_host_cmd "find $tdir -name '*x1.er' | wc -l"] + set output [run_native_host_cmd "find $tdir -name '*_x?.er' | wc -l"] set subExp [lindex $output 1] if { $subExp != $subExpCnt } then { set out [lindex $output 1] - send_log "Test failed for -F $F_opt. subExp=$subExp. Shold be $subExpCnt\n" + send_log "Test failed for -F $F_opt. subExp=$subExp. Should be $subExpCnt\n" fail $tdir return -code break } -- 2.30.2