Re: [PATCH 1/2] perf tests: Remove duplicate bitmap test

2021-03-05 Thread Jiri Olsa
On Fri, Mar 05, 2021 at 06:41:57PM +0300, Denis Efremov wrote: > test_bitmap("1,3-6,8-10,24,35-37") called twice in a row. > Remove the second test. > > Signed-off-by: Denis Efremov for both patches Acked-by: Jiri Olsa thanks, jirka > --- > tools/perf/tests/bitmap.c | 1 - > 1 file

[PATCH 1/2] perf tests: Remove duplicate bitmap test

2021-03-05 Thread Denis Efremov
test_bitmap("1,3-6,8-10,24,35-37") called twice in a row. Remove the second test. Signed-off-by: Denis Efremov --- tools/perf/tests/bitmap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/perf/tests/bitmap.c b/tools/perf/tests/bitmap.c index 96c137360918..3320613400eb 100644 ---