Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Move over to new caldac tester repo
  • Loading branch information
DeepDiver1975 committed Aug 18, 2016
commit 84bb7e5e8d60a243313d5148995e78fa20fe146d
2 changes: 1 addition & 1 deletion apps/dav/tests/travis/caldav/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SCRIPTPATH=`dirname $SCRIPT`

if [ ! -f CalDAVTester/run.py ]; then
cd "$SCRIPTPATH"
git clone https://github.com/DeepDiver1975/CalDAVTester.git
git clone https://github.com/apple/ccs-caldavtester.git CalDAVTester
cd "$SCRIPTPATH/CalDAVTester"
python run.py -s
cd "$SCRIPTPATH"
Expand Down