From: Yu Watanabe Date: Tue, 15 Apr 2025 23:30:25 +0000 (+0900) Subject: docs: fix mkosi section for Environment= setting X-Git-Tag: v256.17~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c3d2738e0b07ffab6dde5ffbf85d0526247ffad;p=thirdparty%2Fsystemd.git docs: fix mkosi section for Environment= setting (cherry picked from commit f477751b10178d2a5b8c6a186b03fcc04479cbd9) (cherry picked from commit 329945c70524bd61c3bff4b18814b3eaf3f01428) --- diff --git a/docs/TESTING_WITH_SANITIZERS.md b/docs/TESTING_WITH_SANITIZERS.md index 39920c64d08..c542d9c7201 100644 --- a/docs/TESTING_WITH_SANITIZERS.md +++ b/docs/TESTING_WITH_SANITIZERS.md @@ -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.local.conf` and add the following contents: ``` -[Content] +[Build] Environment=SANITIZERS=address,undefined ```