1
0
Fork 0

Bugfix: we want the common _and_ the server tests.

This commit is contained in:
Wilfried Goesgens 2017-04-06 11:14:01 +02:00
parent a90e62bc02
commit 050d931446
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}