mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
This commit is contained in:
commit
a7cf037aaa
|
@ -183,7 +183,7 @@ function main(argv) {
|
|||
}
|
||||
}
|
||||
|
||||
if (argv.hasOwnProperty('testOutput')} {
|
||||
if (argv.hasOwnProperty('testOutput')) {
|
||||
testOutputDirectory = argv.testOutput;
|
||||
} else {
|
||||
testOutputDirectory = 'out';
|
||||
|
|
Loading…
Reference in New Issue