mirror of https://gitee.com/bigwinds/arangodb
fix jslint
This commit is contained in:
parent
91df9e36b2
commit
a0e6778ab2
|
@ -1554,7 +1554,7 @@ function startInstanceCluster(instanceInfo, protocol, options,
|
||||||
subArgs = _.extend(subArgs, args);
|
subArgs = _.extend(subArgs, args);
|
||||||
|
|
||||||
return [subArgs, testname + '-' + 'agency', appDir, tmpDir];
|
return [subArgs, testname + '-' + 'agency', appDir, tmpDir];
|
||||||
}
|
};
|
||||||
options.agencySize = 1;
|
options.agencySize = 1;
|
||||||
startInstanceAgency(instanceInfo, protocol, options, ...makeArgs('agency', clusterArgs));
|
startInstanceAgency(instanceInfo, protocol, options, ...makeArgs('agency', clusterArgs));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue