commit | 29642875eb529393fe447ec77dd6c08f343e3131 | [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 | dddd077a64fa202e73e6cdf3760b7cd7e3eae552 [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>