perf tests make: Remove the last egrep call, use 'grep -E' instead
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 6 Oct 2023 21:11:05 +0000 (18:11 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 3 Nov 2023 15:25:53 +0000 (12:25 -0300)
commitc8e3ade38bc6545faece71cc6c642ad744d4cea3
tree349815b09967dfa9301919c915a64c40884a415b
parent1715b6359c1ae37f24d6774f0bcd73b6bf839eaa
perf tests make: Remove the last egrep call, use 'grep -E' instead

One last case, caught while testing with amazonlinux:2, centos:stream,
etc:

   4     7.28 amazonlinux:2                 : FAIL egrep: warning: egrep is obsolescent; using grep -E
gcc version 7.3.1 20180712 (Red Hat 7.3.1-17) (GCC)
   8    13.87 centos:stream                 : FAIL egrep: warning: egrep is obsolescent; using grep -E

Reviewed-by: Guilherme Amadio <amadio@gentoo.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/lkml/ZUEdtblE8qDAQkBK@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/tests/make