From 255f9d4f5d37a43d848f10c38a3d8024a29d6637 Mon Sep 17 00:00:00 2001 From: Vasileios Karakasis Date: Wed, 13 Jul 2022 12:34:23 +0300 Subject: [PATCH] Add note about test dependencies in `--repeat` option docs --- docs/manpage.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/manpage.rst b/docs/manpage.rst index 1b05cbe83a..7c0f884f5d 100644 --- a/docs/manpage.rst +++ b/docs/manpage.rst @@ -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 @@ -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,...]]