diff --git a/js/server/modules/org/arangodb/testing.js b/js/server/modules/org/arangodb/testing.js index 7cf7f0519b..2af1f4b687 100644 --- a/js/server/modules/org/arangodb/testing.js +++ b/js/server/modules/org/arangodb/testing.js @@ -347,7 +347,7 @@ function startInstance (protocol, options, addArgs, testname, tmpDir) { "useSSLonCoordinators" : protocol === "ssl", "valgrind" : runInValgrind, "valgrindopts" : toArgv(valgrindopts, true), - "valgrindXmlFileBase" : '_cluster' + valgrindXmlFileBase, + "valgrindXmlFileBase" : valgrindXmlFileBase + '_cluster', "valgrindTestname" : testname, "valgrindHosts" : valgrindHosts });