summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-11-23 14:39:20 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-11-25 21:14:15 +0100
commit06c85dd1ebf10a2f268867e75bce26a0ce2ece2b (patch)
tree38134bad2302fa82b20f7b8400b1bdf101bc363a /apps
parentd28390a6499135dfd30c925d2d0735cb15eced34 (diff)
downloadnextcloud-server-06c85dd1ebf10a2f268867e75bce26a0ce2ece2b.tar.gz
nextcloud-server-06c85dd1ebf10a2f268867e75bce26a0ce2ece2b.zip
Output owncloud.log to the console
Diffstat (limited to 'apps')
-rw-r--r--apps/dav/tests/travis/carddavtester.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/dav/tests/travis/carddavtester.sh b/apps/dav/tests/travis/carddavtester.sh
index fee4d0d74af..17f7e8eb4a8 100644
--- a/apps/dav/tests/travis/carddavtester.sh
+++ b/apps/dav/tests/travis/carddavtester.sh
@@ -28,4 +28,8 @@ cd "$SCRIPTPATH/CalDAVTester"
PYTHONPATH="$SCRIPTPATH/pycalendar/src" python testcaldav.py --print-details-onfail -s "$SCRIPTPATH/caldavtest/config/serverinfo.xml" -o cdt.txt \
"$SCRIPTPATH/caldavtest/tests/CardDAV/current-user-principal.xml" \
"$SCRIPTPATH/caldavtest/tests/CardDAV/sync-report.xml"
+RESULT=$?
+tail "$SCRIPTPATH/../../../../data-autotest/owncloud.log"
+
+exit $RESULT