Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reframe/core/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ def pipeline_hooks(cls):

#: .. versionadded:: 3.0
#:
#: List of shell commands to execute before launching this job.
#: List of shell commands to execute before the parallel launch command.
#:
#: These commands do not execute in the context of ReFrame.
#: Instead, they are emitted in the generated job script just before the
Expand All @@ -413,7 +413,7 @@ def pipeline_hooks(cls):

#: .. versionadded:: 3.0
#:
#: List of shell commands to execute after launching this job.
#: List of shell commands to execute after the parallel launch command.
#:
#: See :attr:`prerun_cmds` for a more detailed description of the
#: semantics.
Expand Down