mirror of https://gitee.com/bigwinds/arangodb
Bugfix: we want the common _and_ the server tests.
This commit is contained in:
parent
a90e62bc02
commit
050d931446
|
@ -58,7 +58,7 @@ function shellServer (options) {
|
|||
options.propagateInstanceInfo = true;
|
||||
|
||||
let testCases = tu.scanTestPath('js/common/tests/shell');
|
||||
testCases = testCases.concat(tu.scanTestPath('js/common/tests/shell'));
|
||||
testCases = testCases.concat(tu.scanTestPath('js/server/tests/shell'));
|
||||
|
||||
return tu.performTests(options, testCases, 'shell_server', tu.runThere);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue