mirror of https://gitee.com/bigwinds/arangodb
Fix calculation of valgrind report xml filenames for clusters.
This commit is contained in:
parent
538c254648
commit
6447a17240
|
@ -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
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue