commit | 978d12e0b987e0d133f4ba150a957b5deaccc59e | [log] [tgz] |
---|---|---|
author | Anders Roxell <anders.roxell@linaro.org> | Fri Nov 15 09:37:57 2024 +0100 |
committer | Anders Roxell <anders.roxell@gmail.com> | Fri Nov 15 12:55:23 2024 +0100 |
tree | b917f9a549c581609a2c2f1690eaa20b5ac1c850 | |
parent | e955837570e1e24ab510ed30e477bbe6374131fc [diff] |
automated: linux: kunit: fix return code check The check "$?" checks against a string, which isn't correct it should check against a return code. Rewrote the if-statement to do lsmod | grep. Reported-by: Yongqin Liu <yongqin.liu@linaro.org> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>