1
0
Fork 0

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

This commit is contained in:
jsteemann 2017-04-05 17:08:07 +02:00
commit a7cf037aaa
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ function main(argv) {
}
}
if (argv.hasOwnProperty('testOutput')} {
if (argv.hasOwnProperty('testOutput')) {
testOutputDirectory = argv.testOutput;
} else {
testOutputDirectory = 'out';