Merge tag 'for-5.15/io_uring-2021-09-04' of git://git.kernel.dk/linux-block
[linux-2.6-microblaze.git] / Documentation / dev-tools / kunit / kunit-tool.rst
index c7ff9af..ae52e0f 100644 (file)
@@ -114,9 +114,12 @@ results in TAP format, you can pass the ``--raw_output`` argument.
 
        ./tools/testing/kunit/kunit.py run --raw_output
 
-.. note::
-       The raw output from test runs may contain other, non-KUnit kernel log
-       lines.
+The raw output from test runs may contain other, non-KUnit kernel log
+lines. You can see just KUnit output with ``--raw_output=kunit``:
+
+.. code-block:: bash
+
+       ./tools/testing/kunit/kunit.py run --raw_output=kunit
 
 If you have KUnit results in their raw TAP format, you can parse them and print
 the human-readable summary with the ``parse`` command for kunit_tool. This