Fix the issue that the make ktest could not print result in qemu.log
This commit is contained in:
parent
f2a5a0075e
commit
72d01e188f
1
Makefile
1
Makefile
|
|
@ -399,6 +399,7 @@ test:
|
||||||
done
|
done
|
||||||
|
|
||||||
.PHONY: ktest
|
.PHONY: ktest
|
||||||
|
ktest: CONSOLE = ttyS0
|
||||||
ktest: initramfs $(CARGO_OSDK)
|
ktest: initramfs $(CARGO_OSDK)
|
||||||
@# Notes:
|
@# Notes:
|
||||||
@# 1. linux-bzimage-setup is excluded from ktest since it's hard to be unit tested;
|
@# 1. linux-bzimage-setup is excluded from ktest since it's hard to be unit tested;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue