diff options
Diffstat (limited to 'apps/dav/tests/travis/carddav/script-new-endpoint.sh')
-rw-r--r-- | apps/dav/tests/travis/carddav/script-new-endpoint.sh | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/apps/dav/tests/travis/carddav/script-new-endpoint.sh b/apps/dav/tests/travis/carddav/script-new-endpoint.sh deleted file mode 100644 index 9140c37b45f..00000000000 --- a/apps/dav/tests/travis/carddav/script-new-endpoint.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/usr/bin/env bash -SCRIPT=`realpath $0` -SCRIPTPATH=`dirname $SCRIPT` - -# Move the endpoint to the serverinfo file -cp "$SCRIPTPATH/../caldavtest/serverinfo-new-endpoint.xml" "$SCRIPTPATH/../caldavtest/serverinfo.xml" - -# start the server -php -S 127.0.0.1:8888 -t "$SCRIPTPATH/../../../../.." & - -sleep 30 - -# run the tests -cd "$SCRIPTPATH/CalDAVTester" -PYTHONPATH="$SCRIPTPATH/pycalendar/src" python testcaldav.py --print-details-onfail --basedir "$SCRIPTPATH/../caldavtest/" -o cdt.txt \ - "CardDAV/current-user-principal.xml" \ - "CardDAV/sync-report.xml" \ - "CardDAV/sharing-addressbooks.xml" - - -RESULT=$? - -tail "$/../../../../../data-autotest/nextcloud.log" - -exit $RESULT |