]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/net: correct the return value for run_netsocktests
authorPo-Hsu Lin <po-hsu.lin@canonical.com>
Thu, 18 Apr 2019 11:57:25 +0000 (19:57 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Apr 2019 21:39:51 +0000 (14:39 -0700)
commitae01d7ac180bc8aad86a58a2c2eddfee8c67868f
tree7d3870cf115f90f444a0de8cd8c3680429e401b7
parent5ad738999dc0063957100d726f7f68d51548b6f7
selftests/net: correct the return value for run_netsocktests

The run_netsocktests will be marked as passed regardless the actual test
result from the ./socket:

    selftests: net: run_netsocktests
    ========================================
    --------------------
    running socket test
    --------------------
    [FAIL]
    ok 1..6 selftests: net: run_netsocktests [PASS]

This is because the test script itself has been successfully executed.
Fix this by exit 1 when the test failed.

Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/run_netsocktests