Output owncloud.log to the console

This commit is contained in:
Thomas Müller 2015-11-23 14:39:20 +01:00
parent d28390a649
commit 06c85dd1eb
1 changed files with 4 additions and 0 deletions

View 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