Skip to content

Commit

Permalink
perf test: test_intel_pt.sh: Tidy some alignment
Browse files Browse the repository at this point in the history
Tidy alignment of test function lines to make them more readable.

Signed-off-by: Adrian Hunter <[email protected]>
Cc: Ian Rogers <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
  • Loading branch information
ahunter6 authored and acmel committed Oct 15, 2022
1 parent 9637bf8 commit 40053a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/perf/tests/shell/test_intel_pt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,9 @@ count_result()
}

ret=0
test_system_wide_side_band || ret=$? ; count_result $ret ; ret=0
test_per_thread "" "" || ret=$? ; count_result $ret ; ret=0
test_per_thread "k" "(incl. kernel) " || ret=$? ; count_result $ret ; ret=0
test_system_wide_side_band || ret=$? ; count_result $ret ; ret=0
test_per_thread "" "" || ret=$? ; count_result $ret ; ret=0
test_per_thread "k" "(incl. kernel) " || ret=$? ; count_result $ret ; ret=0

cleanup

Expand Down

0 comments on commit 40053a4

Please sign in to comment.