Skip to content

Commit c058e94

Browse files
[stable9.1] Move over to new CalDAVTester repo (#25859) (#25863)
* Move over to new caldac tester repo * no run.py anymore
1 parent 80a4940 commit c058e94

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

apps/dav/tests/travis/caldav/install.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ SCRIPT=`realpath $0`
33
SCRIPTPATH=`dirname $SCRIPT`
44

55

6-
if [ ! -f CalDAVTester/run.py ]; then
7-
cd "$SCRIPTPATH"
8-
git clone https://github.com/DeepDiver1975/CalDAVTester.git
9-
cd "$SCRIPTPATH/CalDAVTester"
10-
python run.py -s
11-
cd "$SCRIPTPATH"
6+
cd "$SCRIPTPATH"
7+
if [ ! -f CalDAVTester/testcaldav.py ]; then
8+
git clone https://github.com/apple/ccs-caldavtester.git CalDAVTester
9+
fi
10+
if [ ! -f pycalendar/setup.py ]; then
11+
git clone https://github.com/apple/ccs-pycalendar.git pycalendar
1212
fi
1313

1414
# create test user

apps/dav/tests/travis/carddav/install.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ SCRIPT=`realpath $0`
33
SCRIPTPATH=`dirname $SCRIPT`
44

55

6-
if [ ! -f CalDAVTester/run.py ]; then
7-
cd "$SCRIPTPATH"
8-
git clone https://github.com/DeepDiver1975/CalDAVTester.git
9-
cd "$SCRIPTPATH/CalDAVTester"
10-
python run.py -s
11-
cd "$SCRIPTPATH"
6+
cd "$SCRIPTPATH"
7+
if [ ! -f CalDAVTester/testcaldav.py ]; then
8+
git clone https://github.com/apple/ccs-caldavtester.git CalDAVTester
9+
fi
10+
if [ ! -f pycalendar/setup.py ]; then
11+
git clone https://github.com/apple/ccs-pycalendar.git pycalendar
1212
fi
1313

1414
# create test user

0 commit comments

Comments
 (0)