Skip to content

Commit 07ebb1f

Browse files
committed
ci: update test for KUnit tests according to new output
Commit 6c738b5 ("kunit: improve KTAP compliance of KUnit test output") changed the format of the `ok` line. Thus, in our test that checks that KUnit tests succeeded, change it too. Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 0585cd3 commit 07ebb1f

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
@@ -267,7 +267,7 @@ jobs:
267267
268268
# Check
269269
- run: |
270-
grep '] ok 1 - rust_kernel_doctests$' qemu-stdout.log
270+
grep '] ok 1 rust_kernel_doctests$' qemu-stdout.log
271271
272272
- run: |
273273
grep '] rust_minimal: Rust minimal sample (init)$' qemu-stdout.log

0 commit comments

Comments
 (0)