mirror of https://gitee.com/bigwinds/arangodb
Fixed jslint in testsuites/rspec
This commit is contained in:
parent
4d7433bdbf
commit
e54f4b96da
|
@ -178,7 +178,7 @@ function rubyTests (options, ssl) {
|
|||
instanceInfo.exitStatus = 'server is gone.';
|
||||
break;
|
||||
}
|
||||
const subFolder = ssl ? 'ssl_server' : 'http_server'
|
||||
const subFolder = ssl ? 'ssl_server' : 'http_server';
|
||||
const resultfn = fs.join(options.testOutputDirectory, subFolder, te + '.json');
|
||||
|
||||
args = ['--color',
|
||||
|
|
Loading…
Reference in New Issue