commit | b681669aa533346b648995ae8c4bd9d257ea920a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Aug 06 17:51:54 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 12 18:06:36 2022 -0400 |
tree | 4adbfb5ea384041bf9fffea143a8327d3ff92428 | |
parent | d401187fecc16d68e816832d0cace53e872c6afe [diff] |
test: Make test_gpio_read() independent This assumes that the GPIO starts as 0 but it does not if test_gpio_input() ran first and test_gpio_exit_statuses() was skipped. This can happen when running tests in parallel. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org>