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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 May 2019 17:41:24 +0000 (19:41 +0200)
commit5bc3d44918213d6a2770f1820aefcb06e94557aa
tree06828ab50d612d5284547d19d320fe0c457606d3
parent24b1c849ce9d660bf7ce286f3c13ebd79ec4b7eb
selftests/net: correct the return value for run_netsocktests

[ Upstream commit 30c04d796b693e22405c38e9b78e9a364e4c77e6 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/testing/selftests/net/run_netsocktests