You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/manpage.rst
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -387,6 +387,16 @@ It does so by leveraging the selected system's environment modules system.
387
387
This option can also be set using the :envvar:`RFM_UNLOAD_MODULES` environment variable or the :js:attr:`unload_modules` general configuration parameter.
388
388
389
389
390
+
.. option:: --module-path=PATH
391
+
392
+
Manipulate the ``MODULEPATH`` environment variable before acting on any tests.
393
+
If ``PATH`` starts with the `-` character, it will be removed from the ``MODULEPATH``, whereas if it starts with the `+` character, it will be added to it.
394
+
In all other cases, ``PATH`` will completely override MODULEPATH.
395
+
This option may be specified multiple times, in which case all the paths specified will be added or removed in order.
396
+
397
+
.. versionadded:: 3.3
398
+
399
+
390
400
.. option:: --purge-env
391
401
392
402
Unload all environment modules before acting on any tests.
@@ -883,6 +893,21 @@ Here is an alphabetical list of the environment variables recognized by ReFrame:
0 commit comments