Skip to content

Commit

Permalink
cmd: 'bpftests': only build the BPF tests
Browse files Browse the repository at this point in the history
Useful when working on the BPF tests, to check compilation errors first.

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
  • Loading branch information
matttbe committed May 15, 2024
1 parent a1afae4 commit d10b89c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1620,6 +1620,9 @@ case "${INPUT_MODE}" in
"selftests")
build_selftests
;;
"bpftests")
build_bpftests
;;
"cmd" | "command")
"${@}"
;;
Expand Down

0 comments on commit d10b89c

Please sign in to comment.