Fix the issue that the make ktest could not print result in qemu.log

This commit is contained in:
Chen Chengjun 2026-02-10 02:41:05 +00:00
parent f2a5a0075e
commit 72d01e188f
1 changed files with 1 additions and 0 deletions

View File

@ -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;