]> git.baikalelectronics.ru Git - uboot.git/commit
test: Fix bootm_test_subst_var() running independently
authorSimon Glass <sjg@chromium.org>
Sat, 6 Aug 2022 23:51:46 +0000 (17:51 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 12 Sep 2022 22:06:36 +0000 (18:06 -0400)
commit7f6e6c842ad1b0c43c6d7e3bbbf0b9147b7a11ec
tree51f4203ff9192e478a133040e2ca41d3d9956a83
parent53275bae6f4fe7363c2ec527d6b1443a78e1d846
test: Fix bootm_test_subst_var() running independently

This test relies on the silent_linux env variable being set. Add this
to the code so it can run without relying on other bootm tests having been
run first.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/bootm.c