You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config_reference.rst
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1079,6 +1079,7 @@ All logging handlers share the following set of common attributes:
1079
1079
``%(check_prebuild_cmds)s``, The value of the :attr:`~reframe.core.pipeline.RegressionTest.prebuild_cmds` attribute.
1080
1080
``%(check_prefix)s``, The value of the :attr:`~reframe.core.pipeline.RegressionTest.prefix` attribute.
1081
1081
``%(check_prerun_cmds)s``, The value of the :attr:`~reframe.core.pipeline.RegressionTest.prerun_cmds` attribute.
1082
+
``%(check_result)s``, The result of the test (``pass`` or ``fail``).
1082
1083
``%(check_readonly_files)s``, The value of the :attr:`~reframe.core.pipeline.RegressionTest.readonly_files` attribute.
1083
1084
``%(check_short_name)s``, The value of the :attr:`~reframe.core.pipeline.RegressionTest.short_name` attribute.
1084
1085
``%(check_sourcepath)s``, The value of the :attr:`~reframe.core.pipeline.RegressionTest.sourcepath` attribute.
@@ -1116,6 +1117,9 @@ All logging handlers share the following set of common attributes:
1116
1117
.. versionchanged:: 3.11.0
1117
1118
Limit the number of attributes that can be logged. User attributes or properties must be explicitly marked as "loggable" in order to be selectable for logging.
1118
1119
1120
+
.. versionadded:: 4.0
1121
+
The ``%(check_result)s`` specifier is added.
1122
+
1119
1123
.. versionadded:: 4.3
1120
1124
The ``%(check_#ALL)s`` special specifier is added.
1121
1125
@@ -1188,7 +1192,7 @@ The additional properties for the ``file`` handler are the following:
0 commit comments