Merge pull request #961 from nextcloud/fix-caldavtester-stable10

[stable10] Move over to new CalDAVTester repo (#25859)
This commit is contained in:
Lukas Reschke 2016-08-19 12:16:33 +02:00 committed by GitHub
commit 289964a477
2 changed files with 12 additions and 12 deletions

View File

@ -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

View File

@ -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