From d84b837b7194aea821e9ad60fdf2a20b5b820678 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Tue, 10 Nov 2015 19:57:57 +0000 Subject: [PATCH] more output from tests in CI --- test-coverage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-coverage.sh b/test-coverage.sh index b2ad97f..089528b 100755 --- a/test-coverage.sh +++ b/test-coverage.sh @@ -5,7 +5,7 @@ for Dir in $(find ./* -maxdepth 10 -type d ); do if ls $Dir/*.go &> /dev/null; then - returnval=`go test -coverprofile=profile.out $Dir` + returnval=`go test -v -coverprofile=profile.out $Dir` echo ${returnval} if [[ ${returnval} != *FAIL* ]] then