selftests: fix dependency checker script
authorRicardo B. Marliere <rbmarliere@gmail.com>
Tue, 22 Aug 2023 21:09:40 +0000 (18:09 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Oct 2023 12:56:52 +0000 (14:56 +0200)
commitbaa1634bc936e605bf3f4143ecf17e5e3249330e
tree5bd6342f5df3148c393fecb432acbbc8e11ad67e
parent45ad79c9cb5059b2fcd8b37debf18cf7e6693485
selftests: fix dependency checker script

[ Upstream commit 5f9dd2e896a91bfca90f8463eb6808c03d535d8a ]

This patch fixes inconsistencies in the parsing rules of the levels 1
and 2 of the kselftest_deps.sh.  It was added the levels 4 and 5 to
account for a few edge cases that are present in some tests, also some
minor identation styling have been fixed (s/    /\t/g).

Signed-off-by: Ricardo B. Marliere <rbmarliere@gmail.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/testing/selftests/kselftest_deps.sh