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
Conversion successful! The converted file can be found at 'new_config.py'.
33
23
24
+
.. warning::
25
+
.. versionchanged:: 3.4
26
+
The old configuration syntax in no longer supported and it will not be automatically converted by the `-C` option.
27
+
28
+
34
29
Another important change is that default locations for looking up a configuration file has changed (see `Configuring ReFrame for Your Site <configure.html>`__ for more details).
35
30
That practically means that if you were relying on ReFrame loading your ``reframe/settings.py`` by default, this is no longer true.
36
31
You have to move it to any of the default settings locations or set the corresponding command line option or environment variable.
@@ -39,8 +34,8 @@ You have to move it to any of the default settings locations or set the correspo
39
34
The conversion tool will create a JSON configuration file if the extension of the target file is ``.json``.
40
35
41
36
42
-
Automatic conversion limitations
43
-
================================
37
+
Configuration conversion limitations
38
+
====================================
44
39
45
40
ReFrame does a pretty good job in converting correctly your old configuration files, but there are some limitations:
0 commit comments