mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-14 11:09:56 -06:00
ctest_memcheck: Append sanitizers user options at the end to allow overriding
This commit is contained in:
@@ -634,7 +634,7 @@ bool cmCTestMemCheckHandler::InitializeMemoryChecking()
|
|||||||
std::string outputFile =
|
std::string outputFile =
|
||||||
envVar + "=log_path=\"" + this->MemoryTesterOutputFile + "\"";
|
envVar + "=log_path=\"" + this->MemoryTesterOutputFile + "\"";
|
||||||
this->MemoryTesterEnvironmentVariable =
|
this->MemoryTesterEnvironmentVariable =
|
||||||
outputFile + extraOptions + suppressionsOption;
|
outputFile + suppressionsOption + extraOptions;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user