File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ jobs:
230230 grep '] rust_print: Info message (level 6) with args$' qemu-stdout
231231 grep '] rust_print: A line that is continued with args$' qemu-stdout
232232
233- - run : grep '] ok 1 rust_doctests_kernel$' qemu-stdout
233+ - run : grep '] ok 2 rust_doctests_kernel$' qemu-stdout
234234
235235 - run : |
236236 grep -i '\bpanic\b' qemu-stdout && exit 1
Original file line number Diff line number Diff line change 11CONFIG_RUST_DEBUG_ASSERTIONS=y
2-
3- CONFIG_KUNIT=y
4- CONFIG_RUST_KERNEL_DOCTESTS=y
Original file line number Diff line number Diff line change @@ -14,3 +14,6 @@ CONFIG_SAMPLE_RUST_HOSTPROGS=y
1414RUST_PHYLIB_ABSTRACTIONS=y
1515AX88796B_PHY=y
1616AX88796B_RUST_PHY=y
17+
18+ CONFIG_KUNIT=y
19+ CONFIG_RUST_KERNEL_DOCTESTS=y
You can’t perform that action at this time.
0 commit comments