summaryrefslogtreecommitdiff
path: root/scripts/lib/abi/abi_regex.py
diff options
context:
space:
mode:
authorBreno Leitao <leitao@debian.org>2025-06-09 02:46:28 -0700
committerJakub Kicinski <kuba@kernel.org>2025-06-10 14:21:53 -0700
commit69b25dd20c8368750d1e8b12cfe31387c545bdd1 (patch)
tree04e1c5d662f15ef8a7d9884452f8e9fce307310f /scripts/lib/abi/abi_regex.py
parente99d938f867173937373b1bb08cbc2d102a07d0c (diff)
selftests: netconsole: Do not exit from inside the validation function
Remove the exit call from validate_result() function and move the test exit logic to the main script. This allows the function to be reused in scenarios where the test needs to continue execution after validation, rather than terminating immediately. The validate_result() function should focus on validation logic only, while the calling script maintains control over program flow and exit conditions. This change improves code modularity and prepares for potential future enhancements where multiple validations might be needed in a single test run. Signed-off-by: Breno Leitao <leitao@debian.org> Link: https://patch.msgid.link/20250609-netcons_ext-v3-3-5336fa670326@debian.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'scripts/lib/abi/abi_regex.py')
0 files changed, 0 insertions, 0 deletions