From e0a945c2bd03b9d3af72981195c42e53081b0358 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Sun, 06 Sep 2015 00:03:12 +0000
Subject: [PATCH] Fix Gradle output and Groovy dependency

---
 script.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/script.sh b/script.sh
index bdbfb47..a51dd77 100755
--- a/script.sh
+++ b/script.sh
@@ -6,4 +6,5 @@
 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 test

--
Gitblit v1.9.1