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

Jacek Kowalski
2020-03-16 aec94b681c69eb429fcfa5050602608d8cfcdb86
commit | author | age
5686c9 1 #!/bin/bash
JK 2
aec94b 3 set -e
JK 4
5686c9 5 cd `dirname $0`
JK 6
7 stunnel4 etc/stunnel.conf
8 php -S 127.0.0.1:8080 -t portal/ -d include_path=.:../../.. &
9 php -S 127.0.0.1:8081 -t cas-mockup/ &
10
e0a945 11 export TERM=dumb
80d5f7 12 exec gradle --no-daemon test