Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests/lib
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2016-02-03 05:32:41 +0300
committermattab <matthieu.aubry@gmail.com>2016-02-03 05:32:41 +0300
commit888ade738e5e1367406cf7865c5feb5da94ab0fd (patch)
tree2a86da651cb49b5acea229a5b617ff0fd10d2980 /tests/lib
parent0930603aa7ded83bbd933da687fbb15f75789dce (diff)
Fix system tests build
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/screenshot-testing/support/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/screenshot-testing/support/app.js b/tests/lib/screenshot-testing/support/app.js
index 8cc79b6cc7..4617112baf 100644
--- a/tests/lib/screenshot-testing/support/app.js
+++ b/tests/lib/screenshot-testing/support/app.js
@@ -142,7 +142,7 @@ Application.prototype.loadTestModules = function () {
// we apply this option only if not a specific plugin or test suite was requested. Only there for travis to
// split tests into multiple jobs.
var numTestsFirstHalf = Math.round(mocha.suite.suites.length / 2);
-
+ numTestsFirstHalf += 7;
mocha.suite.suites = mocha.suite.suites.filter(function (suite, index) {
if (options['run-first-half-only'] && index < numTestsFirstHalf) {
return true;