From 70904ba8205b934b5ab0740df89a8b5597b1bcf5 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 12 Mar 2021 18:21:04 +0000 Subject: [PATCH] trivial: Actually print the po/test-deps failure on the console --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 91a3d04f6..6c5cf71e8 100644 --- a/meson.build +++ b/meson.build @@ -376,7 +376,7 @@ if build_standalone and get_option('plugin_uefi_capsule') conf.set_quoted('EFI_MACHINE_TYPE_NAME', EFI_MACHINE_TYPE_NAME) r = run_command([python3, 'po/test-deps']) if r.returncode() != 0 - error(r.stderr()) + error(r.stdout()) endif endif