]> git.baikalelectronics.ru Git - uboot.git/commit
test: Move console silencing to test_pre_run()
authorSimon Glass <sjg@chromium.org>
Mon, 8 Mar 2021 00:34:54 +0000 (17:34 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 12 Mar 2021 14:57:30 +0000 (09:57 -0500)
commit9f8ee56dff17911d5684fc74b80000a798a7ed55
tree2af365d27e760670682ce55cf8203c3ae83607c4
parent46220b79d7daafd5a870b0eaca6cc65b7114f9b0
test: Move console silencing to test_pre_run()

We already have a function for silencing the console during tests. Use
this from test_pre_run() and drop this code from the driver model tests.

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