mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-04 23:59:07 +08:00
Rename test_progs_noalu function to test_progs_no_alu32
As a follow up to 66b788c1a4 ("Factor out test_progs_noalu function")
and taking into account feedback [0], this change renames the
test_progs_noalu function to test_progs_no_alu32, to stay closer to the
name of the binary being invoked.
[0] https://github.com/kernel-patches/vmtest/pull/124#discussion_r953175641
Signed-off-by: Daniel Müller <deso@posteo.net>
This commit is contained in:
@@ -28,7 +28,7 @@ test_progs() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
test_progs_noalu() {
|
test_progs_no_alu32() {
|
||||||
foldable start test_progs-no_alu32 "Testing test_progs-no_alu32"
|
foldable start test_progs-no_alu32 "Testing test_progs-no_alu32"
|
||||||
./test_progs-no_alu32 ${DENYLIST:+-d$DENYLIST} ${ALLOWLIST:+-a$ALLOWLIST} && true
|
./test_progs-no_alu32 ${DENYLIST:+-d$DENYLIST} ${ALLOWLIST:+-a$ALLOWLIST} && true
|
||||||
echo "test_progs-no_alu32:$?" >> "${STATUS_FILE}"
|
echo "test_progs-no_alu32:$?" >> "${STATUS_FILE}"
|
||||||
@@ -66,7 +66,7 @@ cd ${PROJECT_NAME}/selftests/bpf
|
|||||||
|
|
||||||
if [ $# -eq 0 ]; then
|
if [ $# -eq 0 ]; then
|
||||||
test_progs
|
test_progs
|
||||||
test_progs_noalu
|
test_progs_no_alu32
|
||||||
test_maps
|
test_maps
|
||||||
test_verifier
|
test_verifier
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user