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.';
|
instanceInfo.exitStatus = 'server is gone.';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
const subFolder = ssl ? 'ssl_server' : 'http_server'
|
const subFolder = ssl ? 'ssl_server' : 'http_server';
|
||||||
const resultfn = fs.join(options.testOutputDirectory, subFolder, te + '.json');
|
const resultfn = fs.join(options.testOutputDirectory, subFolder, te + '.json');
|
||||||
|
|
||||||
args = ['--color',
|
args = ['--color',
|
||||||
|
|
Loading…
Reference in New Issue