Skip to content
Commit 889579d0 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'selftests-rtnetlink-Fix-for-false-negative-return-values'



Po-Hsu Lin says:

====================
selftests: rtnetlink: Fix for false-negative return values

This patchset will address the false-negative return value issue
caused by the following:
  1. The return value "ret" in this script will be reset to 0 from
     the beginning of each sub-test in rtnetlink.sh, therefore this
     rtnetlink test will always pass if the last sub-test has passed.
  2. The test result from two sub-tests in kci_test_encap() were not
     being processed, thus they will not affect the final test result
     of this test.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 0b0e2997 72f70c15
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment