Re: [PATCH 0/2] selftests: rtnetlink: Fix for false-negative return values

2020-08-05 Thread David Miller
From: Po-Hsu Lin Date: Tue, 4 Aug 2020 18:18:01 +0800 > 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 > rt

[PATCH 0/2] selftests: rtnetlink: Fix for false-negative return values

2020-08-04 Thread Po-Hsu Lin
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.