File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ SCRIPT=`realpath $0`
33SCRIPTPATH=` dirname $SCRIPT `
44
55
6- if [ ! -f CalDAVTester/run.py ] ; then
7- cd " $SCRIPTPATH "
6+ cd " $SCRIPTPATH "
7+ if [ ! -f CalDAVTester/testcaldav.py ] ; then
88 git clone https://github.com/apple/ccs-caldavtester.git CalDAVTester
9- cd " $SCRIPTPATH /CalDAVTester "
10- python run .py -s
11- cd " $SCRIPTPATH "
9+ fi
10+ if [ ! -f pycalendar/setup .py ] ; then
11+ git clone https://github.com/apple/ccs-pycalendar.git pycalendar
1212fi
1313
1414# create test user
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ SCRIPT=`realpath $0`
33SCRIPTPATH=` dirname $SCRIPT `
44
55
6- if [ ! -f CalDAVTester/run.py ] ; then
7- cd " $SCRIPTPATH "
8- git clone https://github.com/DeepDiver1975/CalDAVTester .git
9- cd " $SCRIPTPATH /CalDAVTester "
10- python run .py -s
11- cd " $SCRIPTPATH "
6+ cd " $SCRIPTPATH "
7+ if [ ! -f CalDAVTester/testcaldav.py ] ; then
8+ git clone https://github.com/apple/ccs-caldavtester .git CalDAVTester
9+ fi
10+ if [ ! -f pycalendar/setup .py ] ; then
11+ git clone https://github.com/apple/ccs-pycalendar.git pycalendar
1212fi
1313
1414# create test user
You can’t perform that action at this time.
0 commit comments