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.
1 parent ccae259 commit 4a175a4Copy full SHA for 4a175a4
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