Skip to content

Commit 8149bce

Browse files
authored
Merge pull request #9 from Rust-for-Linux/fix/rust_doctests
Fix rust_doctests
2 parents 70a7ced + a370a43 commit 8149bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
grep '] rust_print: Info message (level 6) with args$' qemu-stdout
232232
grep '] rust_print: A line that is continued with args$' qemu-stdout
233233
234-
- run: grep '] ok 2 rust_doctests_kernel$' qemu-stdout
234+
- run: grep '] ok 4 rust_doctests_kernel$' qemu-stdout
235235

236236
- run: python ci/check_panics.py qemu-stdout
237237

0 commit comments

Comments
 (0)