summaryrefslogtreecommitdiff
path: root/Help
diff options
context:
space:
mode:
authorJamie Snape <jamie.snape@kitware.com>2017-01-09 13:39:08 -0500
committerJamie Snape <jamie.snape@kitware.com>2017-01-09 13:39:08 -0500
commit0a2e588585a951b1f26cfa9094e0709f1d026b1e (patch)
tree692c6f09de840321837852e3e6c791bb6f837dfe /Help
parentcdacfbd255dcf640be7dd4971a1be616d015b3fd (diff)
downloadcmake-0a2e588585a951b1f26cfa9094e0709f1d026b1e.tar.gz
ctest_memcheck: join *SAN_OPTIONS with :
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/ctest_memcheck-leak_sanitizer.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/ctest_memcheck-leak_sanitizer.rst b/Help/release/dev/ctest_memcheck-leak_sanitizer.rst
index 1348c278a2..60b4a22b4f 100644
--- a/Help/release/dev/ctest_memcheck-leak_sanitizer.rst
+++ b/Help/release/dev/ctest_memcheck-leak_sanitizer.rst
@@ -7,3 +7,8 @@ ctest_memcheck-leak_sanitizer
* The :command:`ctest_memcheck` command learned to read the location of
suppressions files for sanitizers from the
:variable:`CTEST_MEMORYCHECK_SUPPRESSIONS_FILE` variable.
+
+* The :command:`ctest_memcheck` command was fixed to correctly append extra
+ sanitizer options read from the
+ :variable:`CTEST_MEMORYCHECK_SANITIZER_OPTIONS` variable to the environment
+ variables used internally by the sanitizers.