Bläddra i källkod

Fix dev=yes in unit testing guide

Junhao Wang 2 år sedan
förälder
incheckning
4a175a4a73
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      contributing/development/core_and_modules/unit_testing.rst

+ 2 - 2
contributing/development/core_and_modules/unit_testing.rst

@@ -48,8 +48,8 @@ arguments for doctest.
 
 
 .. note::
 .. note::
 
 
-    Tests are compiled automatically if you use the ``dev=yes`` SCons option.
-    ``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
     development as it will automatically treat compilation warnings as errors.
     development as it will automatically treat compilation warnings as errors.
     The continuous integration system will fail if any compilation warnings are
     The continuous integration system will fail if any compilation warnings are
     detected, so you should strive to fix all warnings before opening a pull
     detected, so you should strive to fix all warnings before opening a pull