From: Rae Moar <rmoar@google.com>
To: frowand.list@gmail.com, davidgow@google.com,
keescook@chromium.org, Tim.Bird@sony.com, shuah@kernel.org,
brendanhiggins@google.com
Cc: tytso@google.com, gustavo.padovan@collabora.com,
ricardo.canuelo@collabora.com, corbet@lwn.net,
kernelci@lists.linux.dev, linux-kselftest@vger.kernel.org,
kunit-dev@googlegroups.com, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org, Rae Moar <rmoar@google.com>
Subject: [PATCH 4/5] ktap_v2: formatting fixes to ktap spec
Date: Tue, 12 Nov 2024 20:07:47 +0000 [thread overview]
Message-ID: <20241112200748.791828-5-rmoar@google.com> (raw)
In-Reply-To: <20241112200748.791828-1-rmoar@google.com>
Fix formatting of bulleted lists on KTAP specification for new version.
Signed-off-by: Rae Moar <rmoar@google.com>
---
Documentation/dev-tools/ktap.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/dev-tools/ktap.rst b/Documentation/dev-tools/ktap.rst
index d4529f4e38c7..496799e7b87a 100644
--- a/Documentation/dev-tools/ktap.rst
+++ b/Documentation/dev-tools/ktap.rst
@@ -22,6 +22,7 @@ consists of important supplemental test information and can be
machine-readable.
KTAP output is built from five different types of lines:
+
- Version lines
- Plan lines
- Test case result lines
@@ -40,6 +41,7 @@ All KTAP-formatted results begin with a "version line" which specifies which
version of the (K)TAP standard the result is compliant with.
For example:
+
- "KTAP version 1"
- "KTAP version 2"
- "TAP version 13"
@@ -517,6 +519,7 @@ Example KTAP output
This output defines the following hierarchy:
A single test called "main_test", which fails, and has three subtests:
+
- "example_test_1", which passes, and has one subtest:
- "test_1", which passes, and outputs the diagnostic message "test_1: initializing test_1"
--
2.47.0.277.g8800431eea-goog
next prev parent reply other threads:[~2024-11-12 20:08 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-12 20:07 [PATCH 0/5] release of KTAP version 2 Rae Moar
2024-11-12 20:07 ` [PATCH 1/5] ktap_v2: change version to 2-rc in KTAP specification Rae Moar
2024-11-12 20:07 ` [PATCH 2/5] ktap_v2: change "version 1" to "version 2" in examples Rae Moar
2024-11-12 20:07 ` [PATCH 3/5] ktap_v2: add test metadata Rae Moar
2024-11-12 20:07 ` Rae Moar [this message]
2024-11-12 20:07 ` [PATCH 5/5] ktap_v2: change version to 2 in KTAP specification Rae Moar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241112200748.791828-5-rmoar@google.com \
--to=rmoar@google.com \
--cc=Tim.Bird@sony.com \
--cc=brendanhiggins@google.com \
--cc=corbet@lwn.net \
--cc=davidgow@google.com \
--cc=frowand.list@gmail.com \
--cc=gustavo.padovan@collabora.com \
--cc=keescook@chromium.org \
--cc=kernelci@lists.linux.dev \
--cc=kunit-dev@googlegroups.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=ricardo.canuelo@collabora.com \
--cc=shuah@kernel.org \
--cc=tytso@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.