Skip to content

Commit

Permalink
[stable9.1] Move over to new CalDAVTester repo (#25859) (#25863)
Browse files Browse the repository at this point in the history
* Move over to new caldac tester repo

* no run.py anymore
  • Loading branch information
DeepDiver1975 authored Aug 19, 2016
1 parent 80a4940 commit c058e94
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions apps/dav/tests/travis/caldav/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions apps/dav/tests/travis/carddav/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c058e94

Please sign in to comment.