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
It would be somewhat more user friendly if it augmented the settings.py from the user with the core/settings.py. Although I would prefer if it did read and augment config files in the order -C, $HOME/..., the other ones from "Locating the Configuration File", core/settings.py.
Or perhaps one should do it the other way around and override with whatever values comes from the read file, i.e. read core/settings.py, XDG_DATA/reframe.d/settings.py, $HOME/... (also using the XDG_USER style), and finally any -C config files.
I'm not entirely sure about chaining the -C option, but I'm totally in favor of supporting configuration scopes, so that you only redefine the relevant parts of the documentation.
The text was updated successfully, but these errors were encountered:
Quoting from @akesandgren:
I'm not entirely sure about chaining the
-C
option, but I'm totally in favor of supporting configuration scopes, so that you only redefine the relevant parts of the documentation.The text was updated successfully, but these errors were encountered: