1
0
Fork 0

Fix calculation of valgrind report xml filenames for clusters.

This commit is contained in:
Willi Goesgens 2015-06-23 13:23:39 +02:00
parent 538c254648
commit 6447a17240
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ function startInstance (protocol, options, addArgs, testname, tmpDir) {
"useSSLonCoordinators" : protocol === "ssl", "useSSLonCoordinators" : protocol === "ssl",
"valgrind" : runInValgrind, "valgrind" : runInValgrind,
"valgrindopts" : toArgv(valgrindopts, true), "valgrindopts" : toArgv(valgrindopts, true),
"valgrindXmlFileBase" : '_cluster' + valgrindXmlFileBase, "valgrindXmlFileBase" : valgrindXmlFileBase + '_cluster',
"valgrindTestname" : testname, "valgrindTestname" : testname,
"valgrindHosts" : valgrindHosts "valgrindHosts" : valgrindHosts
}); });