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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1115,7 +1115,7 @@ Miscellaneous options
1115
1115
Use ``FILE`` as configuration file for ReFrame.
1116
1116
1117
1117
This option can be passed multiple times, in which case multiple configuration files will be read and loaded successively.
1118
-
The base of the configuration chain is always the builtin configuration file, namely the ``${RFM_INSTALL_PREFIX}/reframe/core/settings.py``.
1118
+
The base of the configuration chain is always the :ref:`builtin configuration file<builtin-configuration>`, namely the ``${RFM_INSTALL_PREFIX}/reframe/core/settings.py``.
1119
1119
At any point, the user can "break" the chain of configuration files by prefixing the configuration file name with a colon as in the following example: ``-C :/path/to/new_config.py``.
1120
1120
This will ignore any previously loaded configuration file and will only load the one specified.
1121
1121
Note, however, that the builtin configuration file cannot be overriden;
0 commit comments