Skip to content

Commit

Permalink
selftests/ftrace: make kprobe profile testcase description unique
Browse files Browse the repository at this point in the history
[ Upstream commit e5992f3 ]

Commit 32f6e5d ("selftests/ftrace: Add kprobe profile testcase")
added a new kprobes testcase, but has a description which does not
describe what the test case is doing and is duplicating the description
of another test case.

Therefore change the test case description, so it is unique and then
allows easily to tell which test case actually passed or failed.

Reported-by: Alexander Egorenkov <[email protected]>
Signed-off-by: Heiko Carstens <[email protected]>
Acked-by: Masami Hiramatsu <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
Signed-off-by: Sasha Levin <[email protected]>
  • Loading branch information
hcahca authored and gregkh committed Jan 27, 2022
1 parent 1170233 commit f22d581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/ftrace/test.d/kprobe/profile.tc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
# description: Kprobe dynamic event - adding and removing
# description: Kprobe profile
# requires: kprobe_events

! grep -q 'myevent' kprobe_profile
Expand Down

0 comments on commit f22d581

Please sign in to comment.