diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-12 13:33:29 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-18 22:14:51 +0100 |
commit | f8337827209a40ecbb8daf0d796ce7819423e7fe (patch) | |
tree | ffb8a45443d4506b67bcdc0e855ab1cc22818806 /apps/dav/tests | |
parent | 45baf03a2acbecc46310611f9bd6670b1e93eb00 (diff) | |
download | nextcloud-server-f8337827209a40ecbb8daf0d796ce7819423e7fe.tar.gz nextcloud-server-f8337827209a40ecbb8daf0d796ce7819423e7fe.zip |
Fix CalDAV test suite
Diffstat (limited to 'apps/dav/tests')
-rw-r--r-- | apps/dav/tests/travis/caldav/script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/tests/travis/caldav/script.sh b/apps/dav/tests/travis/caldav/script.sh index 9a818b553f7..a295c83ad94 100644 --- a/apps/dav/tests/travis/caldav/script.sh +++ b/apps/dav/tests/travis/caldav/script.sh @@ -9,7 +9,7 @@ sleep 30 # run the tests cd "$SCRIPTPATH/CalDAVTester" -PYTHONPATH="$SCRIPTPATH/pycalendar/src" python testcaldav.py --print-details-onfail -s "$SCRIPTPATH/../caldavtest/config/serverinfo.xml" -o cdt.txt \ +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" RESULT=$? |