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`
|
SCRIPTPATH=`dirname $SCRIPT`
|
||||||
|
|
||||||
|
|
||||||
if [ ! -f CalDAVTester/run.py ]; then
|
cd "$SCRIPTPATH"
|
||||||
cd "$SCRIPTPATH"
|
if [ ! -f CalDAVTester/testcaldav.py ]; then
|
||||||
git clone https://github.com/DeepDiver1975/CalDAVTester.git
|
git clone https://github.com/apple/ccs-caldavtester.git CalDAVTester
|
||||||
cd "$SCRIPTPATH/CalDAVTester"
|
fi
|
||||||
python run.py -s
|
if [ ! -f pycalendar/setup.py ]; then
|
||||||
cd "$SCRIPTPATH"
|
git clone https://github.com/apple/ccs-pycalendar.git pycalendar
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# create test user
|
# create test user
|
||||||
|
|
|
@ -3,12 +3,12 @@ SCRIPT=`realpath $0`
|
||||||
SCRIPTPATH=`dirname $SCRIPT`
|
SCRIPTPATH=`dirname $SCRIPT`
|
||||||
|
|
||||||
|
|
||||||
if [ ! -f CalDAVTester/run.py ]; then
|
cd "$SCRIPTPATH"
|
||||||
cd "$SCRIPTPATH"
|
if [ ! -f CalDAVTester/testcaldav.py ]; then
|
||||||
git clone https://github.com/DeepDiver1975/CalDAVTester.git
|
git clone https://github.com/apple/ccs-caldavtester.git CalDAVTester
|
||||||
cd "$SCRIPTPATH/CalDAVTester"
|
fi
|
||||||
python run.py -s
|
if [ ! -f pycalendar/setup.py ]; then
|
||||||
cd "$SCRIPTPATH"
|
git clone https://github.com/apple/ccs-pycalendar.git pycalendar
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# create test user
|
# create test user
|
||||||
|
|
Loading…
Reference in New Issue