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

Jacek Kowalski
2020-03-16 aec94b681c69eb429fcfa5050602608d8cfcdb86
script.sh
@@ -1,9 +1,12 @@
#!/bin/bash
set -e
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/ &
exec gradle test
export TERM=dumb
exec gradle --no-daemon test