Cleanup: tests: use find's `-name` option instead of grep
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Mon, 17 May 2021 19:01:33 +0000 (15:01 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 19 May 2021 14:56:34 +0000 (10:56 -0400)
commitfc2dd19e2c7dbeaa86654b47c0a2c221b7018ecf
tree1b35c17f94dd31b382628f40e3a3c48c25e95aa9
parentcad725b17351f6aca689fcc389229b30e76098f0
Cleanup: tests: use find's `-name` option instead of grep

This prevents grep of finding matches in the leading directories listed
by find.

It caused problem when I used the "metadata" string in one of the
directory names:
  /tmp/tmp.test_regen_metadata_ust_trace_path.6FbwPF/

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I7165a3b4e4a16c793fe51c40484978be3a99dbfc
tests/regression/tools/metadata/test_kernel
tests/regression/tools/metadata/test_ust
tests/regression/tools/regen-metadata/test_kernel
tests/regression/tools/regen-metadata/test_ust
tests/utils/utils.sh
This page took 0.025192 seconds and 4 git commands to generate.