test: vbe: Fix the ut-flag order in vbe_test_fixup_norun()
Move the -f flag before the suite name since ut parses flags before the suite argument. Co-developed-by: Claude <noreply@anthropic.com> Signed-off-by: Simon Glass <simon.glass@canonical.com>
This commit is contained in:
@@ -87,7 +87,7 @@ bootm loados
|
||||
bootm prep
|
||||
fdt addr
|
||||
fdt print
|
||||
ut bootstd -f vbe_test_fixup_norun
|
||||
ut -f bootstd vbe_test_fixup_norun
|
||||
'''
|
||||
|
||||
@pytest.mark.boardspec('sandbox')
|
||||
|
||||
Reference in New Issue
Block a user