diff options
Diffstat (limited to 'test/py/tests/test_source.py')
-rw-r--r-- | test/py/tests/test_source.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/py/tests/test_source.py b/test/py/tests/test_source.py index bbc311df6d1..30160d06dc6 100644 --- a/test/py/tests/test_source.py +++ b/test/py/tests/test_source.py @@ -9,9 +9,9 @@ import u_boot_utils as util @pytest.mark.buildconfigspec('cmd_echo') @pytest.mark.buildconfigspec('cmd_source') @pytest.mark.buildconfigspec('fit') -def test_source(u_boot_console): +def test_source(ubman): # Compile our test script image - cons = u_boot_console + cons = ubman mkimage = os.path.join(cons.config.build_dir, 'tools/mkimage') its = os.path.join(cons.config.source_dir, 'test/py/tests/source.its') fit = os.path.join(cons.config.build_dir, 'source.itb') |