selftests/bpf: Fix cd_flavor_subdir() of test_progs
authorYuntao Wang <ytcoode@gmail.com>
Sun, 3 Apr 2022 13:52:45 +0000 (21:52 +0800)
committerAndrii Nakryiko <andrii@kernel.org>
Mon, 4 Apr 2022 00:01:48 +0000 (17:01 -0700)
commit9bbad6dab8279905c4593be69b06704b77b31403
treed77e4cb1aa0c25a5bb68c1c31f62ca498d98b3dc
parentf6d60facd9b65614594f1feaa4eee18ac60a9a18
selftests/bpf: Fix cd_flavor_subdir() of test_progs

Currently, when we run test_progs with just executable file name, for
example 'PATH=. test_progs-no_alu32', cd_flavor_subdir() will not check
if test_progs is running as a flavored test runner and switch into
corresponding sub-directory.

This will cause test_progs-no_alu32 executed by the
'PATH=. test_progs-no_alu32' command to run in the wrong directory and
load the wrong BPF objects.

Signed-off-by: Yuntao Wang <ytcoode@gmail.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20220403135245.1713283-1-ytcoode@gmail.com
tools/testing/selftests/bpf/test_progs.c