Skip to content

Commit eba81ab

Browse files
committed
Add note about -P option not supporting tests with raw deps
1 parent 0e4f6b8 commit eba81ab

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)