mirror of https://github.com/jacekkow/uphpCAS-tests

Jacek Kowalski
2015-09-06 e0a945c2bd03b9d3af72981195c42e53081b0358
commit | author | age
5686c9 1 #!/bin/bash
JK 2
3 cd `dirname $0`
4
5 stunnel4 etc/stunnel.conf
6 php -S 127.0.0.1:8080 -t portal/ -d include_path=.:../../.. &
7 php -S 127.0.0.1:8081 -t cas-mockup/ &
8
e0a945 9 export TERM=dumb
5686c9 10 exec gradle test