Skip to content

Commit 1f0ac92

Browse files
author
Janosch Machowinski
committed
also track origins when running with valgrind
1 parent 92156d2 commit 1f0ac92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Deployment.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ bool Deployment::getExecString(std::string& cmd, std::vector< std::string >& arg
177177
{
178178
args.push_back("--trace-children=yes");
179179
args.push_back("--leak-check=full");
180+
args.push_back("--track-origins=yes");
180181
args.push_back("--log-file=" + libConfig::Bundle::getInstance().getLogDirectory() + "/" + deploymentName + "-valgrind.txt");
181182
args.push_back(deploymentName);
182183
cmd = "valgrind";

0 commit comments

Comments
 (0)