We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31f8b82 commit 5940c5bCopy full SHA for 5940c5b
tools/testing/selftests/bpf/test_bpftool_build.sh
@@ -20,6 +20,10 @@ SCRIPT_REL_PATH=$(realpath --relative-to=$PWD $0)
20
SCRIPT_REL_DIR=$(dirname $SCRIPT_REL_PATH)
21
KDIR_ROOT_DIR=$(realpath $PWD/$SCRIPT_REL_DIR/../../../../)
22
cd $KDIR_ROOT_DIR
23
+if [ ! -e tools/bpf/bpftool/Makefile ]; then
24
+ echo -e "skip: bpftool files not found!\n"
25
+ exit 0
26
+fi
27
28
ERROR=0
29
TMPDIR=
0 commit comments