ctest_memcheck: Append sanitizers user options at the end to allow overriding

This commit is contained in:
Sylvain Joubert 2017-01-11 18:58:19 +01:00
parent e0cc40ed58
commit efff7086c6

View File

@ -634,7 +634,7 @@ bool cmCTestMemCheckHandler::InitializeMemoryChecking()
std::string outputFile =
envVar + "=log_path=\"" + this->MemoryTesterOutputFile + "\"";
this->MemoryTesterEnvironmentVariable =
outputFile + extraOptions + suppressionsOption;
outputFile + suppressionsOption + extraOptions;
break;
}
default: