Skip to content

Commit 4a175a4

Browse files
committed
Fix dev=yes in unit testing guide
1 parent ccae259 commit 4a175a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributing/development/core_and_modules/unit_testing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ arguments for doctest.
4848

4949
.. note::
5050

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
51+
Tests are compiled automatically if you use the ``dev_mode=yes`` SCons option.
52+
``dev_mode=yes`` is recommended if you plan on contributing to the engine
5353
development as it will automatically treat compilation warnings as errors.
5454
The continuous integration system will fail if any compilation warnings are
5555
detected, so you should strive to fix all warnings before opening a pull

0 commit comments

Comments
 (0)