Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH v2] selftest/package: Correct format arguments in test_gdb_hardlink_debug
@ 2018-12-11 11:33 Ola x Nilsson
  0 siblings, 0 replies; only message in thread
From: Ola x Nilsson @ 2018-12-11 11:33 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ola x Nilsson <olani@axis.com>
---
 meta/lib/oeqa/selftest/cases/package.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/selftest/cases/package.py b/meta/lib/oeqa/selftest/cases/package.py
index 0a88dc25b3..6596dabc32 100644
--- a/meta/lib/oeqa/selftest/cases/package.py
+++ b/meta/lib/oeqa/selftest/cases/package.py
@@ -137,7 +137,7 @@ class PackageTests(OESelftestTestCase):
                 elif "Breakpoint 1, main () at hello.c:4" in l:
                     return True
 
-            self.logger.error("GDB result:\n%s: %s" % output)
+            self.logger.error("GDB result:\n%d: %s", status, output)
             return False
 
         with runqemu('core-image-minimal') as qemu:
-- 
2.11.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-12-11 11:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-11 11:33 [PATCH v2] selftest/package: Correct format arguments in test_gdb_hardlink_debug Ola x Nilsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox