diff --git a/ci/vmtest/run_selftests.sh b/ci/vmtest/run_selftests.sh index 4ae05ed..071b19d 100755 --- a/ci/vmtest/run_selftests.sh +++ b/ci/vmtest/run_selftests.sh @@ -28,7 +28,7 @@ test_progs() { fi } -test_progs_noalu() { +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 echo "test_progs-no_alu32:$?" >> "${STATUS_FILE}" @@ -66,7 +66,7 @@ cd ${PROJECT_NAME}/selftests/bpf if [ $# -eq 0 ]; then test_progs - test_progs_noalu + test_progs_no_alu32 test_maps test_verifier else