Searched hist:"30 c04d796b693e22405c38e9b78e9a364e4c77e6" (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/net/ |
H A D | run_netsocktests | diff 30c04d796b693e22405c38e9b78e9a364e4c77e6 Thu Apr 18 13:57:25 CEST 2019 Po-Hsu Lin <po-hsu.lin@canonical.com> 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>
|