mirror of https://gitee.com/bigwinds/arangodb
use --log.force-direct true when executing tests
This commit is contained in:
parent
766f79baa3
commit
f5c2a71534
|
@ -1359,6 +1359,10 @@ function startArango(protocol, options, addArgs, name, rootDir, isAgency) {
|
|||
args["log.level"] = 'error';
|
||||
}
|
||||
|
||||
// flush log messages directly and not asynchronously
|
||||
// (helps debugging)
|
||||
args["log.force-direct"] = 'true';
|
||||
|
||||
if (protocol === "ssl") {
|
||||
args["ssl.keyfile"] = fs.join("UnitTests", "server.pem");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue