summaryrefslogtreecommitdiff
path: root/net/unix/sysctl_net_unix.c
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2024-04-18 02:11:40 +0300
committerJakub Kicinski <kuba@kernel.org>2024-04-19 02:15:31 +0300
commit4fa6bd4b33ac9b914e3d1bb95848239ab8fdde1a (patch)
tree85488d7645d62a06b7c5a5a62d9e0c501a852182 /net/unix/sysctl_net_unix.c
parent655614ea2bd3b5774cdb95c7630d8327bf221934 (diff)
downloadlinux-4fa6bd4b33ac9b914e3d1bb95848239ab8fdde1a.tar.xz
selftests: net: set the exit code correctly in Python tests
Test cases need to exit with non-zero status if they failed, we currently don't do that: # KTAP version 1 # 1..3 # # At /root/ksft-net-drv/drivers/net/./ping.py line 18: # # Check failed 1 != 2 # not ok 1 ping.test_v4 # ok 2 ping.test_v6 # ok 3 ping.test_tcp # # Totals: pass:2 fail:1 xfail:0 xpass:0 skip:0 error:0 ok 1 selftests: drivers/net: ping.py ^^^^ It's a bit tempting to make the exit part of ksft_run(), but that only works well for very trivial setups. We can revisit this later, if people forget to call ksft_exit(). Link: https://lore.kernel.org/r/20240417231146.2435572-3-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions