From f960aec5bbd82ec9848de959299bff21ef26096d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Fri, 19 Aug 2016 08:29:48 +0200 Subject: [PATCH] Move over to new CalDAVTester repo (#25859) * Move over to new caldac tester repo * no run.py anymore --- apps/dav/tests/travis/caldav/install.sh | 12 ++++++------ apps/dav/tests/travis/carddav/install.sh | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/apps/dav/tests/travis/caldav/install.sh b/apps/dav/tests/travis/caldav/install.sh index 9688ec660d..e0ac30c9e4 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 diff --git a/apps/dav/tests/travis/carddav/install.sh b/apps/dav/tests/travis/carddav/install.sh index fa5d141ce0..db8b53bc86 100644 --- a/apps/dav/tests/travis/carddav/install.sh +++ b/apps/dav/tests/travis/carddav/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