1
0
Fork 0

Merge branch 'devel' of https://github.com/arangodb/arangodb into data-modification

This commit is contained in:
Jan Steemann 2015-03-24 11:12:05 +01:00
commit 95defabf05
1 changed files with 2 additions and 2 deletions

View File

@ -1619,8 +1619,8 @@ testFuncs.arangob = function (options) {
for (i = 0; i < benchTodo.length; i++) {
// On the cluster we do not yet have working transaction functionality:
if (! options.cluster ||
(benchTodo[i].indexOf("counttrx") === -1 &&
benchTodo[i].indexOf("multitrx") === -1)) {
(benchTodo[i].test !== "counttrx" &&
benchTodo[i].test !== "multitrx")) {
if (!continueTesting) {
print("Skipping " + benchTodo[i] + ", server is gone.");