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 <[email protected]> Acked-by: Steven Rostedt (Google) <[email protected]> [jc: fixed sphinx error caused by missing blank line] Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent f44f944 commit 2d48d3e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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 <[email protected]>

0 commit comments

Comments
 (0)