Move over to new CalDAVTester repo (#25859)
* Move over to new caldac tester repo * no run.py anymore
This commit is contained in:
parent
7f486705e0
commit
0298760c1b
|
@ -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