Skip to content

Commit 2d48d3e

Browse files
makelinuxJonathan Corbet
authored andcommitted
Documentation/rtla: Describe exit status
Commit 1868216 ("rtla: Set distinctive exit value for failed tests") expands exit status making it useful. Add section 'EXIT STATUS' and required SPDX-License-Identifier to the documentation. Signed-off-by: Costa Shulyupin <costa.shul@redhat.com> Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org> [jc: fixed sphinx error caused by missing blank line] Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20250608105531.758809-2-costa.shul@redhat.com
1 parent f44f944 commit 2d48d3e

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Documentation/tools/rtla/common_appendix.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
3+
EXIT STATUS
4+
===========
5+
6+
::
7+
8+
0 Passed: the test did not hit the stop tracing condition
9+
1 Error: invalid argument
10+
2 Failed: the test hit the stop tracing condition
11+
112
REPORTING BUGS
213
==============
314
Report bugs to <linux-kernel@vger.kernel.org>

0 commit comments

Comments
 (0)