diff options
author | Thomas Haller <thaller@redhat.com> | 2023-09-18 21:59:23 +0200 |
---|---|---|
committer | Florian Westphal <fw@strlen.de> | 2023-09-18 22:09:13 +0200 |
commit | 6d19a902c1d77cb51b940b1ce65f31b1cad38b74 (patch) | |
tree | e1247d959b7030d5463f50df64b6dad92634c16a /include/mini-gmp.h | |
parent | f741af746b8ee20c43d9cc4ff712b6883cf0f57a (diff) |
tests/shell: simplify collecting error result in "test-wrapper.sh"
The previous pattern was unnecessarily confusing.
The "$rc_{dump,valgrind,tainted}" variable should only remember whether
that particular check failed, not the overall exit code of the test
wrapper.
Otherwise, if you want to know in which case the wrapper exits with code
122, you have to oddly follow the rc_valgrind variable.
This change will make more sense, when we add another such variable, but
which will be assigned the non-zero value at multiple places. Assigning
there the exit code of the wrapper, duplicates the places where the
condition maps to the exit code.
Signed-off-by: Thomas Haller <thaller@redhat.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'include/mini-gmp.h')
0 files changed, 0 insertions, 0 deletions