From 97582cbc96c796bc1119c6073e5346b765706805 Mon Sep 17 00:00:00 2001 From: Antoni Boucher Date: Tue, 30 Jun 2026 18:42:27 -0400 Subject: [PATCH] Fix CI --- .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 2765ebd..a9f03af 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -254,7 +254,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 7 rust_doctests_kernel$' qemu-stdout + - run: grep '] ok 1 rust_doctests_kernel$' qemu-stdout - run: python ci/check_panics.py qemu-stdout