From d1d008d5842813cf1d11615345d61ba756a5a054 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 9 Apr 2015 12:43:00 +0300 Subject: [PATCH] tools/test-runner: Add more kernel lookup paths --- tools/test-runner.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/test-runner.c b/tools/test-runner.c index 163b61095..744dd176e 100644 --- a/tools/test-runner.c +++ b/tools/test-runner.c @@ -88,6 +88,8 @@ static const char *find_qemu(void) static const char *kernel_table[] = { "bzImage", "arch/x86/boot/bzImage", + "vmlinux", + "arch/x86/boot/vmlinux", NULL }; -- 2.47.3