]> git.ipfire.org Git - people/ms/linux.git/commit
selftests/bpf: test_progs use another shell exit on non-actions
authorJesper Dangaard Brouer <brouer@redhat.com>
Tue, 7 Jul 2020 07:12:19 +0000 (09:12 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Wed, 8 Jul 2020 22:35:28 +0000 (00:35 +0200)
commit3220fb667842a9725cbb71656f406eadb03c094b
treeac1467c3fce6f81258d4583bbaaf81302544a2d2
parent625eb8e85e913273cd9441329a82b4e3496b30cd
selftests/bpf: test_progs use another shell exit on non-actions

This is a follow up adjustment to commit 6c92bd5cd465 ("selftests/bpf:
Test_progs indicate to shell on non-actions"), that returns shell exit
indication EXIT_FAILURE (value 1) when user selects a non-existing test.

The problem with using EXIT_FAILURE is that a shell script cannot tell
the difference between a non-existing test and the test failing.

This patch uses value 2 as shell exit indication.
(Aside note unrecognized option parameters use value 64).

Fixes: 6c92bd5cd465 ("selftests/bpf: Test_progs indicate to shell on non-actions")
Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Andrii Nakryiko <andriin@fb.com>
Link: https://lore.kernel.org/bpf/159410593992.1093222.90072558386094370.stgit@firesoul
tools/testing/selftests/bpf/test_progs.c