Skip to content

Commit

Permalink
run-vmtest: Fix path to test_bpftool_sinctypes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
theihor committed Sep 18, 2024
1 parent db66d59 commit 1ea87ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-vmtest/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [[ "${KERNEL}" = 'LATEST' ]]; then
# "&& true" does not change the return code (it is not executed if the
# Python script fails), but it prevents the trap on ERR set at the top
# of this file to trigger on failure.
"${REPO_ROOT}/${KERNEL_ROOT}/tools/testing/selftests/bpf/test_bpftool_synctypes.py" && true
"${KERNEL_ROOT}/tools/testing/selftests/bpf/test_bpftool_synctypes.py" && true
bpftool_exitstatus=$?
if [[ $bpftool_exitstatus -eq 0 ]]; then
echo "bpftool checks passed successfully."
Expand Down

0 comments on commit 1ea87ab

Please sign in to comment.