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:
230
230
grep '] rust_print: Info message (level 6) with args$' qemu-stdout
231
231
grep '] rust_print: A line that is continued with args$' qemu-stdout
232
232
233
- - run : grep '] ok 1 rust_doctests_kernel$' qemu-stdout
233
+ - run : grep '] ok 2 rust_doctests_kernel$' qemu-stdout
234
234
235
235
- run : |
236
236
grep -i '\bpanic\b' qemu-stdout && exit 1
Original file line number Diff line number Diff line change 1
1
CONFIG_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
14
14
RUST_PHYLIB_ABSTRACTIONS=y
15
15
AX88796B_PHY=y
16
16
AX88796B_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