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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-03-03 17:38:26 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-03 17:38:26 +0400
commit0195bb541d39b0b5c443ddf4dc426b1a8a2e8137 (patch)
tree6ce7c1fd4f9f92084a274380fb4a2803214f267d /tests/lib
parent85fb9a470615151a0b6e3e4dc0311975263e0363 (diff)
Remove debugging code, remove no longer needed property from config.ini.travis.php, and always check if the local config.ini.php file exists.
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/screenshot-testing/run-tests.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/lib/screenshot-testing/run-tests.js b/tests/lib/screenshot-testing/run-tests.js
index 6a889ac279..6ddde1d92f 100644
--- a/tests/lib/screenshot-testing/run-tests.js
+++ b/tests/lib/screenshot-testing/run-tests.js
@@ -27,8 +27,6 @@ if (options['help']) {
app.printHelpAndExit();
}
-options['tests'] = ['Installation']; // TODO: remove after debugging testing done
-
app.init();
app.loadTestModules();
app.runTests(); \ No newline at end of file