]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - test/py/tests/test_vboot.py
test: Adjust run_command_list() to return a list of strings
[karo-tx-uboot.git] / test / py / tests / test_vboot.py
index d7ab439b2bbb756f8753567fa1a4a8e51b89a0c0..021892bb3dac917458e95904e3336312aca45d2a 100644 (file)
@@ -71,7 +71,7 @@ def test_vboot(u_boot_console):
                 ['sb load hostfs - 100 %stest.fit' % tmpdir,
                 'fdt addr 100',
                 'bootm 100'])
-        assert(expect_string in output)
+        assert(expect_string in ''.join(output))
 
     def make_fit(its):
         """Make a new FIT from the .its source file.