From a28e64462179fe5253b6cfee624e3ece67038518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Mon, 27 Apr 2026 07:59:54 +0200 Subject: [PATCH] doc: use PASS/FAIL terminology in run item doc Co-Authored-By: Claude Sonnet 4.6 --- doc/manual/sphinx/source/test_items/run_test_item.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual/sphinx/source/test_items/run_test_item.rst b/doc/manual/sphinx/source/test_items/run_test_item.rst index 7e0c3f0..a0ef21f 100644 --- a/doc/manual/sphinx/source/test_items/run_test_item.rst +++ b/doc/manual/sphinx/source/test_items/run_test_item.rst @@ -6,9 +6,9 @@ This test item executes a new instance of testium with the specified ``.tum`` fi * In **batch mode** (``-b``): the sub-instance is started with ``-b``. * In **GUI mode**: the sub-instance is started with ``-r`` (run and close). -The item result is **SUCCESS** if the sub-instance launched and ran to completion, +The item result is **PASS** if the sub-instance launched and ran to completion, regardless of whether the sub-tests passed or failed. -It is **FAILURE** if the file could not be found, the sub-instance could not be +It is **FAIL** if the file could not be found, the sub-instance could not be launched, or the time window was not reached (see ``start_time`` / ``end_time``). .. code-block:: yaml