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

Jacek Kowalski
2015-09-06 80d5f773718fc18ce050752299f9e38b3c6a82de
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
 
cd `dirname $0`
 
stunnel4 etc/stunnel.conf
php -S 127.0.0.1:8080 -t portal/ -d include_path=.:../../.. &
php -S 127.0.0.1:8081 -t cas-mockup/ &
 
export TERM=dumb
exec gradle --no-daemon test