From 72d01e188fcb77ae176cae651867b6f9e782feb9 Mon Sep 17 00:00:00 2001 From: Chen Chengjun Date: Tue, 10 Feb 2026 02:41:05 +0000 Subject: [PATCH] Fix the issue that the make ktest could not print result in qemu.log --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f8442eab0..14950613b 100644 --- a/Makefile +++ b/Makefile @@ -399,6 +399,7 @@ test: done .PHONY: ktest +ktest: CONSOLE = ttyS0 ktest: initramfs $(CARGO_OSDK) @# Notes: @# 1. linux-bzimage-setup is excluded from ktest since it's hard to be unit tested;