Skip to content

Commit e0282cf

Browse files
author
Vladimir Mezentsev
committed
gprofng: 30700 tmpdir/gp-collect-app_F test fails
gprofng/ChangeLog 2023-08-03 Vladimir Mezentsev <[email protected]> PR gprofng/30700 * testsuite/gprofng.display/gp-collect-app_F.exp: Fix -name argument for sub-experiment filtering.
1 parent 8d27b09 commit e0282cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gprofng/testsuite/gprofng.display/gp-collect-app_F.exp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ proc run_gp_collect_app { subExpCnt F_opt } {
4646
return -code break
4747
}
4848

49-
set output [run_native_host_cmd "find $tdir -name '*x1.er' | wc -l"]
49+
set output [run_native_host_cmd "find $tdir -name '*_x?.er' | wc -l"]
5050
set subExp [lindex $output 1]
5151
if { $subExp != $subExpCnt } then {
5252
set out [lindex $output 1]
53-
send_log "Test failed for -F $F_opt. subExp=$subExp. Shold be $subExpCnt\n"
53+
send_log "Test failed for -F $F_opt. subExp=$subExp. Should be $subExpCnt\n"
5454
fail $tdir
5555
return -code break
5656
}

0 commit comments

Comments
 (0)