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
6 changes: 4 additions & 2 deletions docs/manpage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,7 @@ Options controlling ReFrame execution
Currently, only single-node jobs can be distributed and only local or the Slurm-based backends support this feature.

.. note::
Distributing tests with dependencies is not supported.
However, you can distribute tests that use fixtures.
Distributing tests with dependencies is not supported, but you can distribute tests that use fixtures.


.. versionadded:: 3.11.0
Expand Down Expand Up @@ -469,6 +468,9 @@ Options controlling ReFrame execution
Repeat the selected tests ``N`` times.
This option can be used in conjunction with the :option:`--distribute` option in which case the selected tests will be repeated multiple times and distributed on individual nodes of the system's partitions.

.. note::
Repeating tests with dependencies is not supported, but you can repeat tests that use fixtures.

.. versionadded:: 3.12.0

.. option:: --restore-session [REPORT1[,REPORT2,...]]
Expand Down