From a370a4359cd965f5d75eb8bd60ecc4e581681d29 Mon Sep 17 00:00:00 2001 From: Antoni Boucher Date: Thu, 5 Jun 2025 09:22:15 -0400 Subject: [PATCH] Fix rust_doctests --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4abc67e..d7eed69 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -231,7 +231,7 @@ jobs: grep '] rust_print: Info message (level 6) with args$' qemu-stdout grep '] rust_print: A line that is continued with args$' qemu-stdout - - run: grep '] ok 2 rust_doctests_kernel$' qemu-stdout + - run: grep '] ok 4 rust_doctests_kernel$' qemu-stdout - run: python ci/check_panics.py qemu-stdout