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
+4
Original file line number
Diff line number
Diff line change
@@ -1112,6 +1112,7 @@ All logging handlers share the following set of common attributes:
1112
1112
``%(check_executable)s``, The value of the :attr:`~reframe.core.pipeline.RegressionTest.executable` attribute.
1113
1113
``%(check_executable_opts)s``, The value of the :attr:`~reframe.core.pipeline.RegressionTest.executable_opts` attribute.
1114
1114
``%(check_extra_resources)s``, The value of the :attr:`~reframe.core.pipeline.RegressionTest.extra_resources` attribute.
1115
+
``%(check_fail_reason)s``, The failure reason if the test has failed.
1115
1116
``%(check_hashcode)s``, The unique hash associated with this test.
1116
1117
``%(check_info)s``, Various information about this test; essentially the return value of the test's :func:`~reframe.core.pipeline.RegressionTest.info` function.
1117
1118
``%(check_job_completion_time)s``, Same as the ``(check_job_completion_time_unix)s`` but formatted according to ``datefmt``.
@@ -1184,6 +1185,9 @@ All logging handlers share the following set of common attributes:
1184
1185
.. versionadded:: 4.3
1185
1186
The ``%(check_#ALL)s`` special specifier is added.
0 commit comments