1
0
Fork 0

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

This commit is contained in:
Jan Steemann 2015-06-11 13:38:18 +02:00
commit 83667f5cb9
1 changed files with 3 additions and 3 deletions

View File

@ -262,10 +262,10 @@ function makeTestingArgsClient (options) {
var topDir = findTopDir();
return { "configuration": "none",
"javascript.startup-directory": fs.join(topDir, "js"),
"no-colors": true,
"quiet": true,
"server.username": options.username,
"server.password": options.password };
"server.password": options.password,
"flatCommands": ["--no-colors", "--quiet"]
};
}
function makeAuthorisationHeaders (options) {