]> git.baikalelectronics.ru Git - uboot.git/commit
test: Fix missing livetree test runs
authorSimon Glass <sjg@chromium.org>
Wed, 7 Sep 2022 02:26:59 +0000 (20:26 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 29 Sep 2022 20:07:58 +0000 (16:07 -0400)
commit3723ae123f93918a66158b9554dec01b77263b55
tree12658962b331cfd5b3adfafe9cda82344140cecd
parentc467bfe9c9faba8e44984670b264edcb28f3896d
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: ce8020c5b9e ("dm: core: Prepare for updating the device tree with ofnode")
Signed-off-by: Simon Glass <sjg@chromium.org>
include/test/test.h
test/dm/ofnode.c
test/test-main.c