We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84e02a9 + 4a175a4 commit 19ec6acCopy full SHA for 19ec6ac
contributing/development/core_and_modules/unit_testing.rst
@@ -48,8 +48,8 @@ arguments for doctest.
48
49
.. note::
50
51
- Tests are compiled automatically if you use the ``dev=yes`` SCons option.
52
- ``dev=yes`` is recommended if you plan on contributing to the engine
+ Tests are compiled automatically if you use the ``dev_mode=yes`` SCons option.
+ ``dev_mode=yes`` is recommended if you plan on contributing to the engine
53
development as it will automatically treat compilation warnings as errors.
54
The continuous integration system will fail if any compilation warnings are
55
detected, so you should strive to fix all warnings before opening a pull
0 commit comments