mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
binman: Move capture_sys_output() to test_util
This function is useful in various tests. Move it into the common test utility module. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
ba765217ed
commit
c3f9454103
3 changed files with 24 additions and 21 deletions
|
@ -7,7 +7,7 @@
|
|||
import unittest
|
||||
|
||||
from image import Image
|
||||
from elf_test import capture_sys_output
|
||||
from test_util import capture_sys_output
|
||||
|
||||
class TestImage(unittest.TestCase):
|
||||
def testInvalidFormat(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue