]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf test perftool_testsuite: Return correct value for skipping
authorVeronika Molnarova <vmolnaro@redhat.com>
Mon, 13 Jan 2025 18:25:57 +0000 (19:25 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 14 Jan 2025 17:57:20 +0000 (14:57 -0300)
commit1ab138febca6510881a0114fcfb329044fb4ed22
tree98d37f3f614ae25688673e2c8c3838390ebd6409
parent5afd6d38cf52e1d8bb6659ec8263a693d1a94c2c
perf test perftool_testsuite: Return correct value for skipping

In 'perf test', a return value 2 represents that the test case was
skipped. Fix this value for perftool_testsuite test cases to
differentiate between skip and pass values.

Signed-off-by: Veronika Molnarova <vmolnaro@redhat.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/r/20250113182605.130719-3-vmolnaro@redhat.com
Signed-off-by: Michael Petlan <mpetlan@redhat.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/tests/shell/base_probe/test_adding_blacklisted.sh
tools/perf/tests/shell/base_probe/test_adding_kernel.sh
tools/perf/tests/shell/base_probe/test_basic.sh
tools/perf/tests/shell/base_probe/test_invalid_options.sh
tools/perf/tests/shell/base_probe/test_line_semantics.sh
tools/perf/tests/shell/common/init.sh