]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: fix mkosi section for Environment= setting
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 15 Apr 2025 23:30:25 +0000 (08:30 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 23 Jun 2025 18:49:24 +0000 (03:49 +0900)
(cherry picked from commit f477751b10178d2a5b8c6a186b03fcc04479cbd9)

docs/TESTING_WITH_SANITIZERS.md

index 0b4e726540045147edab9cef34f2d2b760046bea..f49915a20afa8042f98fcc1e6c61202a1c6a2ae0 100644 (file)
@@ -18,7 +18,7 @@ compiler you want to use and which part of the test suite you want to run.
 To build with sanitizers in mkosi, create a file `mkosi/mkosi.local.conf` and add the following contents:
 
 ```
-[Content]
+[Build]
 Environment=SANITIZERS=address,undefined
 ```