You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests: check_selftest: fix the Makefile, gitignore checks and result merging
Multiple issues here:
- git grep does not have --exit-code
- capture output, otherwise it goes to stdout
- needle must be stripped from the full path
- result merging logic is wrong
- result merge doesn't override input, caller must capture ret
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
0 commit comments