1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

selftest/package: Correct format arguments in test_gdb_hardlink_debug

(From OE-Core rev: 7c2c9b876334cc7357f818c3b3744fc97987e38f)

Signed-off-by: Ola x Nilsson <olani@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ola x Nilsson
2018-12-11 12:33:57 +01:00
committed by Richard Purdie
parent f4a63c1345
commit e798efcc5b
+1 -1
View File
@@ -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: