diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-05-29 08:16:00 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-05-29 08:19:31 -0700 |
commit | af1612a85b5049eac2ff7456267a1f18f03d9245 (patch) | |
tree | c65c13bb4f1d8428225ca9078180e88bfb0a28d9 /meta-python/recipes-devtools/python/python3-flask-socketio_5.1.2.bb | |
parent | 5cf87bcb8704b7ed1fe4aa5953870a2e627dd50a (diff) | |
download | meta-openembedded-af1612a85b5049eac2ff7456267a1f18f03d9245.tar.gz |
wolfssl: Use the return value from unit.test as pass/fail indicator
Using a string search for Fail is not going to work always e.g.
when all tests are passing it still prints a summary string with string
"Fail" in it which points to 0, however the logic here catches that and
counts it as 1 failure and marks the return value as 1 and ptest runner
interprets that as failure
Pass the return value from unit.test which should be 0 on all passes
or non zero otherwise.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-socketio_5.1.2.bb')
0 files changed, 0 insertions, 0 deletions