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-03 11:57:16 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-03 11:57:16 +0400
commit7e58b9ebd290b4a24ea633833d7e41b6bdc055b2 (patch)
tree4a0d6a14dc090c9f967b1eee65525b7169b2d64c /tests/travis
parentbfd55ae90544386be95bdc9417665afb72566e45 (diff)
Debugging travis failures (and disabling more tests).
Diffstat (limited to 'tests/travis')
-rwxr-xr-xtests/travis/upload_artifacts.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/travis/upload_artifacts.sh b/tests/travis/upload_artifacts.sh
index ab998bcb59..3fb5174034 100755
--- a/tests/travis/upload_artifacts.sh
+++ b/tests/travis/upload_artifacts.sh
@@ -14,12 +14,6 @@ then
else
if [ "$TEST_DIR" = "UI" ];
then
- echo ""
- echo `pwd`
- echo ""
- ls ./tests/PHPUnit/UI/screenshot-diffs
- echo ""
-
url_base="http://builds-artifacts.piwik.org/upload.php?auth_key=$ARTIFACTS_PASS&branch=ui-tests.$TRAVIS_BRANCH&build_id=$TRAVIS_JOB_NUMBER"
echo "Uploading artifacts for $TEST_DIR..."
@@ -35,10 +29,6 @@ else
then
echo "Uploading screenshot diffs..."
- echo ""
- ls screenshot-diffs
- echo ""
-
tar -cjf screenshot-diffs.tar.bz2 screenshot-diffs
curl -X POST --data-binary @screenshot-diffs.tar.bz2 "$url_base&artifact_name=screenshot-diffs"