mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
dtoc: Add a stdout check in test_normalized_name()
This test captures output but does not always check it. Add the missing code and drop the old comment. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
893142aa3b
commit
4f1727a7e3
1 changed files with 1 additions and 2 deletions
|
@ -171,8 +171,7 @@ class TestSrcScan(unittest.TestCase):
|
|||
self.assertEqual([], aliases)
|
||||
self.assertEqual(1, len(scan._missing_drivers))
|
||||
self.assertEqual({'rockchip_rk3288_grf'}, scan._missing_drivers)
|
||||
#'WARNING: the driver rockchip_rk3288_grf was not found in the driver list',
|
||||
#stdout.getvalue().strip())
|
||||
self.assertEqual('', stdout.getvalue().strip())
|
||||
|
||||
i2c = 'I2C_UCLASS'
|
||||
compat = {'rockchip,rk3288-grf': 'ROCKCHIP_SYSCON_GRF',
|
||||
|
|
Loading…
Reference in a new issue