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
diff options
context:
space:
mode:
authordiosmosis <benakamoorthi@fastmail.fm>2014-03-10 16:49:56 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-10 16:49:56 +0400
commitd26d86bb6860899f8f005036c5799d5ccc0be4e2 (patch)
treee49896116c7d9a7b75ad53d96d0822abe25e07ae /tests/PHPUnit/travis.sh
parentb5ad8fe1f6a5b130e641636d14c2c45440c56972 (diff)
Debugging travis UI test failures.
Diffstat (limited to 'tests/PHPUnit/travis.sh')
-rwxr-xr-xtests/PHPUnit/travis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/travis.sh b/tests/PHPUnit/travis.sh
index 734862277b..a64e077be7 100755
--- a/tests/PHPUnit/travis.sh
+++ b/tests/PHPUnit/travis.sh
@@ -23,7 +23,7 @@ then
if [ -n "$PLUGIN_NAME" ]
then
- phantomjs ../lib/screenshot-testing/run-tests.js --store-in-ui-tests-repo --use-github-expected
+ phantomjs ../lib/screenshot-testing/run-tests.js --store-in-ui-tests-repo --use-github-expected ActionsDataTable
else
phantomjs ../lib/screenshot-testing/run-tests.js --use-github-expected $PLUGIN_NAME
fi