1
0
Fork 0
This commit is contained in:
Andreas Streichardt 2017-04-05 16:58:10 +02:00
parent 8d01619589
commit 7514a1a1eb
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';