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