Skip to content

Commit 1c3e4a0

Browse files
authored
Merge pull request #2743 from vkarak/improve-rfm-config-path-docs
[doc] Improve documentation for the `RFM_CONFIG_PATH`
2 parents e739c8e + a1c2101 commit 1c3e4a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/manpage.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -765,9 +765,9 @@ Miscellaneous options
765765

766766
This option can also be set using the :envvar:`RFM_CONFIG_FILES` environment variable.
767767

768-
In order to determine its final configuration, ReFrame first loads the builtin configuration file unconditionally and then starts looking for configuration files in the :envvar:`RFM_CONFIG_PATH`.
769-
For each directory in the :envvar:`RFM_CONFIG_PATH`, ReFrame looks for files named ``setting.py`` or ``setting.json`` and loads them.
770-
If both a ``settings.py`` and a ``settings.json`` file are found, the Python configuration will be preferred.
768+
In order to determine its final configuration, ReFrame first loads the builtin configuration file unconditionally and then starts looking for possible configuration file locations defined in the :envvar:`RFM_CONFIG_PATH` environment variable.
769+
For each directory defined in the :envvar:`RFM_CONFIG_PATH`, ReFrame looks for a file named ``settings.py`` or ``settings.json`` inside it and loads it.
770+
If both a ``settings.py`` and a ``settings.json`` files are found, the Python configuration will be preferred.
771771
ReFrame, finally, processes any configuration files specified in the command line or in the :envvar:`RFM_CONFIG_FILES` environment variable.
772772

773773
.. versionchanged:: 4.0.0

0 commit comments

Comments
 (0)