summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/travis/caldav/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/tests/travis/caldav/install.sh')
-rw-r--r--apps/dav/tests/travis/caldav/install.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/dav/tests/travis/caldav/install.sh b/apps/dav/tests/travis/caldav/install.sh
index 9688ec660de..e0ac30c9e46 100644
--- a/apps/dav/tests/travis/caldav/install.sh
+++ b/apps/dav/tests/travis/caldav/install.sh
@@ -3,12 +3,12 @@ SCRIPT=`realpath $0`
SCRIPTPATH=`dirname $SCRIPT`
-if [ ! -f CalDAVTester/run.py ]; then
- cd "$SCRIPTPATH"
- git clone https://github.com/DeepDiver1975/CalDAVTester.git
- cd "$SCRIPTPATH/CalDAVTester"
- python run.py -s
- cd "$SCRIPTPATH"
+cd "$SCRIPTPATH"
+if [ ! -f CalDAVTester/testcaldav.py ]; then
+ git clone https://github.com/apple/ccs-caldavtester.git CalDAVTester
+fi
+if [ ! -f pycalendar/setup.py ]; then
+ git clone https://github.com/apple/ccs-pycalendar.git pycalendar
fi
# create test user