Sleep in carddavtester as well
This commit is contained in:
parent
0b597c37b3
commit
ac78d248b7
|
@ -5,6 +5,8 @@ SCRIPTPATH=`dirname $SCRIPT`
|
|||
# start the server
|
||||
php -S 127.0.0.1:8888 -t "$SCRIPTPATH/../../../../.." &
|
||||
|
||||
sleep 30
|
||||
|
||||
# run the tests
|
||||
cd "$SCRIPTPATH/CalDAVTester"
|
||||
PYTHONPATH="$SCRIPTPATH/pycalendar/src" python testcaldav.py --print-details-onfail -s "$SCRIPTPATH/../caldavtest/config/serverinfo.xml" -o cdt.txt \
|
||||
|
|
Loading…
Reference in New Issue