Merge branch 'mt/t0211-typofix' into maint-2.45
Test fix. * mt/t0211-typofix: t/t0211-trace2-perf.sh: fix typo patern -> pattern
This commit is contained in:
@ -233,7 +233,7 @@ have_counter_event () {
|
|||||||
|
|
||||||
pattern="d0|${thread}|${event}||||${category}|name:${name} value:${value}" &&
|
pattern="d0|${thread}|${event}||||${category}|name:${name} value:${value}" &&
|
||||||
|
|
||||||
grep "${patern}" ${file}
|
grep "${pattern}" ${file}
|
||||||
}
|
}
|
||||||
|
|
||||||
test_expect_success 'global counter test/test1' '
|
test_expect_success 'global counter test/test1' '
|
||||||
|
Reference in New Issue
Block a user