]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Fix skip check for sleep command test
authorAndrew Goodbody <andrew.goodbody@linaro.org>
Tue, 8 Oct 2024 12:08:13 +0000 (13:08 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 15 Oct 2024 18:30:07 +0000 (12:30 -0600)
commit2438203728e270d32fd87440992c2944d4ea4c29
treebe38a092e7e041e581c411d4ae7ff4838c09cd46
parent08128f05a671d1cfd6eb84169fdab81ff0e0d064
test: Fix skip check for sleep command test

When the config option CMD_MISC was renamed to CMD_SLEEP the check
in the test for the sleep command was not updated. Do that now.

Fixes: 16060854095 ("cmd: Rename CMD_MISC to CMD_SLEEP")
Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_sleep.py