]> source.dussan.org Git - nextcloud-server.git/commitdiff
Output owncloud.log to the console
authorThomas Müller <thomas.mueller@tmit.eu>
Mon, 23 Nov 2015 13:39:20 +0000 (14:39 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Wed, 25 Nov 2015 20:14:15 +0000 (21:14 +0100)
apps/dav/tests/travis/carddavtester.sh

index fee4d0d74afccc4810bdb7c05e22f51e8a5d9d2e..17f7e8eb4a84bfde8bb28a9d0314614548432ac3 100644 (file)
@@ -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