From df527c97bbc1a1d8177c819f74790ddcb7acb29b Mon Sep 17 00:00:00 2001 From: Massimiliano Date: Fri, 6 Sep 2024 16:13:14 +0200 Subject: [PATCH] Update docs/tutorial/writing-tests/test-case.rst Co-authored-by: Pierre Equoy --- docs/tutorial/writing-tests/test-case.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/writing-tests/test-case.rst b/docs/tutorial/writing-tests/test-case.rst index a5b83443fd..94b956caed 100644 --- a/docs/tutorial/writing-tests/test-case.rst +++ b/docs/tutorial/writing-tests/test-case.rst @@ -1137,7 +1137,7 @@ Running it you should see the following: ☑ : Check that vfork syscall shares the memory between parent and child .. warning:: - Checkbox is delivered for many platforms so be mindful of what you include + Checkbox is delivered for many platforms (x86, ARM, etc.) so be mindful of what you include in the ``src/`` directory, especially if you plan to contribute the test upstream. It must be compatible with all architectures we build for, debian packages and snaps.