Skip to content

Commit

Permalink
Better start the server ....
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Feb 3, 2016
1 parent db5fcf9 commit 7d60e3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/dav/tests/travis/caldav/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ SCRIPT=`realpath $0`
SCRIPTPATH=`dirname $SCRIPT`

# start the server
#php -S 127.0.0.1:8888 -t "$SCRIPTPATH/../../../../.." &
php -S 127.0.0.1:8888 -t "$SCRIPTPATH/../../../../.." &

#sleep 30
sleep 30

# run the tests
cd "$SCRIPTPATH/CalDAVTester"
Expand Down

0 comments on commit 7d60e3b

Please sign in to comment.