Skip to content

Commit 3e3f4c5

Browse files
authored
Merge pull request #3040 from vkarak/doc/add-note-P-option
[doc] Add note about `-P` option not supporting tests with raw deps
2 parents 6b2988c + cab08b9 commit 3e3f4c5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/manpage.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,11 @@ Options controlling ReFrame execution
582582
the :option:`-P` option can only parameterize the leaf test:
583583
it cannot be used to parameterize a fixture of the test.
584584

585+
.. note::
586+
587+
The :option:`-P` option supports only tests that use fixtures.
588+
Tests that use raw dependencies are not supported.
589+
585590
.. versionadded:: 4.3
586591

587592
.. option:: --repeat=N

0 commit comments

Comments
 (0)