From b90be67b350cf0e441dafbf28eb4578be773f3ff Mon Sep 17 00:00:00 2001 From: Klement Sekera Date: Tue, 10 Oct 2017 06:44:05 +0200 Subject: make test: fix DEBUG=core error Change-Id: I703b2866a1607d6a2fad215e90b5cf2d7afdfd0d Signed-off-by: Klement Sekera --- test/hook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/hook.py') diff --git a/test/hook.py b/test/hook.py index f34e0c5b1f6..77a2fc5bb23 100644 --- a/test/hook.py +++ b/test/hook.py @@ -62,7 +62,7 @@ class PollHook(Hook): def on_crash(self, core_path): if self.testcase.debug_core: - if not spawn_gdb(self.testcase.vpp_bin, core_path): + if not spawn_gdb(self.testcase.vpp_bin, core_path, self.logger): self.logger.error( "Debugger '%s' does not exist or is not an executable.." % gdb_path) -- cgit 1.2.3-korg