commit | 7f9b580b2d7cfdd4b21a6b64b1e50e0053e38d0f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 06 20:26:59 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 29 16:07:58 2022 -0400 |
tree | 12658962b331cfd5b3adfafe9cda82344140cecd | |
parent | 74ba8e60c9eebd9874a94f9e67bdc1c655cf332c [diff] |
test: Fix missing livetree test runs At present the live tree tests are not run on sandbox. This bug is in two parts, with a duplicate flag value and incorrect logic in the test runner. This was not noticed because the bug was fixed in a later commit and does not cause test failures. Fix this. Fixes: 7b1dfc9fd7e ("dm: core: Prepare for updating the device tree with ofnode") Signed-off-by: Simon Glass <sjg@chromium.org>