File 7082-Add-suggested-changes-to-ct_suite-docs.patch of Package erlang
From d02ca3976c995ded9c8bcb0739c88e5bae06a6ba Mon Sep 17 00:00:00 2001
From: Maria Scott <maria-12648430@hnc-agency.org>
Date: Wed, 29 Nov 2023 17:55:47 +0100
Subject: [PATCH 2/4] Add suggested changes to ct_suite docs
---
lib/common_test/doc/src/ct_suite.xml | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/lib/common_test/doc/src/ct_suite.xml b/lib/common_test/doc/src/ct_suite.xml
index 91e80433ac..ed313772ce 100644
--- a/lib/common_test/doc/src/ct_suite.xml
+++ b/lib/common_test/doc/src/ct_suite.xml
@@ -616,16 +616,14 @@
<item>The test case is considered skipped, the <c>Reason</c>
will be logged, and the <c>SaveConfig</c> will be stored in the
<c>Config</c> (see section
- <seeguide marker="dependencies_chapter#save_config">Saving
- Configuration Data</seeguide> in the User's Guide).</item>
+ <seeguide marker="dependencies_chapter#save_config">Saving
+ Configuration Data</seeguide> in the User's Guide).</item>
</taglist>
<p>If the function returns any other term, the test case is considered
- successful. It is common practice to explicitly return <c>ok</c> from
- successful test cases.</p>
+ successful.</p>
- <p>If the test case function crashes or exits purposely, it is considered
- failed.</p>
+ <p>If the test case function crashes, it is considered failed.</p>
<p>For details about test case implementation, see section
<seeguide marker="write_test_chapter#test_cases">Test Cases</seeguide>
--
2.35.3