diff options
| author | Ian Rogers <irogers@google.com> | 2025-07-03 07:20:00 +0300 |
|---|---|---|
| committer | Namhyung Kim <namhyung@kernel.org> | 2025-07-03 21:22:17 +0300 |
| commit | 6c21316e52959f60e9367a41a7893d8459d7dfab (patch) | |
| tree | f340440302a2896975eeede5c5c558687fa10953 /tools/perf/tests | |
| parent | e9846f5ead26d2ed2eea0987e3991a667fc38d22 (diff) | |
| download | linux-6c21316e52959f60e9367a41a7893d8459d7dfab.tar.xz | |
perf header: Fix pipe mode header dumping
The pipe mode header dumping was accidentally removed when tracing of
header feature events in pipe mode was added.
Minor spelling tweak to header test failure message.
Fixes: 61051f9a8452 ("perf header: In pipe mode dump features without --header/-I")
Signed-off-by: Ian Rogers <irogers@google.com>
Tested-by: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/r/20250703042000.2740640-1-irogers@google.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Diffstat (limited to 'tools/perf/tests')
| -rwxr-xr-x | tools/perf/tests/shell/header.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/shell/header.sh b/tools/perf/tests/shell/header.sh index 412263de6ed7..e1628ac0a614 100755 --- a/tools/perf/tests/shell/header.sh +++ b/tools/perf/tests/shell/header.sh @@ -42,7 +42,7 @@ check_header_output() { do if ! grep -q -E "$i" "${script_output}" then - echo "Failed to find expect $i in output" + echo "Failed to find expected $i in output" err=1 fi done |
