Skip to content

Commit 95f26be

Browse files
ekoutsvkarak
authored andcommitted
Address PR comments
1 parent c6d46b8 commit 95f26be

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2074,7 +2074,7 @@ Let's rerun our STREAM example using the new configuration:
20742074

20752075
.. note::
20762076

2077-
After Reframe 4.9 ReFrame will add entries in the perflogs for all tests, not only performance tests.
2077+
ReFrame will now add entries in the perflogs for all tests, not only for performance tests.
20782078

20792079
.. code-block:: bash
20802080
:caption: Run with the Docker compose setup.

reframe/core/logging.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -933,9 +933,7 @@ def _update_check_extras(self):
933933
self.extra['check_job_completion_time_unix'], r'%FT%T%:z'
934934
)
935935

936-
def log_result(
937-
self, level, task, msg=None, multiline=False
938-
):
936+
def log_result(self, level, task, msg=None, multiline=False):
939937
if self.check is None:
940938
return
941939

0 commit comments

Comments
 (0)