mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-07 14:12:59 +00:00
trivial: Actually print the po/test-deps failure on the console
This commit is contained in:
parent
91324a13c0
commit
70904ba820
@ -376,7 +376,7 @@ if build_standalone and get_option('plugin_uefi_capsule')
|
|||||||
conf.set_quoted('EFI_MACHINE_TYPE_NAME', EFI_MACHINE_TYPE_NAME)
|
conf.set_quoted('EFI_MACHINE_TYPE_NAME', EFI_MACHINE_TYPE_NAME)
|
||||||
r = run_command([python3, 'po/test-deps'])
|
r = run_command([python3, 'po/test-deps'])
|
||||||
if r.returncode() != 0
|
if r.returncode() != 0
|
||||||
error(r.stderr())
|
error(r.stdout())
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user