Re: [PATCHv2 net] selftests: pmtu.sh: fix result checking

2023-11-03 Thread patchwork-bot+netdevbpf
his as an assignment, causing the check to pass every time. > > Consequently, regardless of how many tests have failed, if the latest test > passes, the PMTU test will report a pass. > > [...] Here is the summary with links: - [PATCHv2,net] selftests: pmtu.sh: fix result checking

Re: [PATCHv2 net] selftests: pmtu.sh: fix result checking

2023-10-30 Thread Po-Hsu Lin
On Tue, Oct 31, 2023 at 11:47 AM Hangbin Liu wrote: > > In the PMTU test, when all previous tests are skipped and the new test > passes, the exit code is set to 0. However, the current check mistakenly > treats this as an assignment, causing the check to pass every time. > > Consequently, regardle

[PATCHv2 net] selftests: pmtu.sh: fix result checking

2023-10-30 Thread Hangbin Liu
In the PMTU test, when all previous tests are skipped and the new test passes, the exit code is set to 0. However, the current check mistakenly treats this as an assignment, causing the check to pass every time. Consequently, regardless of how many tests have failed, if the latest test passes, the