summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/travis/caldav/script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/tests/travis/caldav/script.sh')
-rw-r--r--apps/dav/tests/travis/caldav/script.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/dav/tests/travis/caldav/script.sh b/apps/dav/tests/travis/caldav/script.sh
index a295c83ad94..f5db868296f 100644
--- a/apps/dav/tests/travis/caldav/script.sh
+++ b/apps/dav/tests/travis/caldav/script.sh
@@ -9,8 +9,9 @@ sleep 30
# run the tests
cd "$SCRIPTPATH/CalDAVTester"
-PYTHONPATH="$SCRIPTPATH/pycalendar/src" python testcaldav.py --print-details-onfail -s "$SCRIPTPATH/../caldavtest/serverinfo.xml" -o cdt.txt \
- "$SCRIPTPATH/../caldavtest/tests/CalDAV/current-user-principal.xml"
+PYTHONPATH="$SCRIPTPATH/pycalendar/src" python testcaldav.py --print-details-onfail --basedir "$SCRIPTPATH/../caldavtest/" -o cdt.txt \
+ "CalDAV/current-user-principal.xml"
+
RESULT=$?
tail "$/../../../../../data-autotest/owncloud.log"