mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
This commit is contained in:
commit
83667f5cb9
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue