Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run-vmtest: fixes in run-bpf-selftests.sh
test -f <file> && <command> is not exactly what we want: it returns non-0 exit code if file does not exists. Replace them with an explicit if statement. Example failure: https://github.com/libbpf/libbpf/actions/runs/12794559630/job/35669958975 Signed-off-by: Ihor Solodrai <[email protected]>
- Loading branch information