Skip to content

Commit e3fd931

Browse files
committed
no run.py anymore
1 parent 84bb7e5 commit e3fd931

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

apps/dav/tests/travis/caldav/install.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ SCRIPT=`realpath $0`
33
SCRIPTPATH=`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
1212
fi
1313

1414
# create test user

apps/dav/tests/travis/carddav/install.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ SCRIPT=`realpath $0`
33
SCRIPTPATH=`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
1212
fi
1313

1414
# create test user

0 commit comments

Comments
 (0)