Sleep in carddavtester as well

This commit is contained in:
Thomas Müller 2015-12-21 11:43:15 +01:00
parent 0b597c37b3
commit ac78d248b7
1 changed files with 2 additions and 0 deletions

View File

@ -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 \