diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-18 20:03:54 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-19 14:03:46 +0100 |
commit | f18f1e40b755dda184899769e015d613624c293d (patch) | |
tree | 45a0cf4d2b06decdf84143514ae79ebc2010172c /apps/dav/tests/travis/caldav/script.sh | |
parent | e1d18a8dedf4c837b73d6950d7275bba096b191a (diff) | |
download | nextcloud-server-f18f1e40b755dda184899769e015d613624c293d.tar.gz nextcloud-server-f18f1e40b755dda184899769e015d613624c293d.zip |
CalDAV sync tests
Diffstat (limited to 'apps/dav/tests/travis/caldav/script.sh')
-rw-r--r-- | apps/dav/tests/travis/caldav/script.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/dav/tests/travis/caldav/script.sh b/apps/dav/tests/travis/caldav/script.sh index f5db868296f..0c4a7ad1c2a 100644 --- a/apps/dav/tests/travis/caldav/script.sh +++ b/apps/dav/tests/travis/caldav/script.sh @@ -10,7 +10,9 @@ sleep 30 # run the tests cd "$SCRIPTPATH/CalDAVTester" PYTHONPATH="$SCRIPTPATH/pycalendar/src" python testcaldav.py --print-details-onfail --basedir "$SCRIPTPATH/../caldavtest/" -o cdt.txt \ - "CalDAV/current-user-principal.xml" + "CalDAV/sync-report.xml" + +# "CalDAV/current-user-principal.xml" \ RESULT=$? |