Merge pull request #961 from nextcloud/fix-caldavtester-stable10
[stable10] Move over to new CalDAVTester repo (#25859)
This commit is contained in:
commit
289964a477
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue