Skip to content

Commit

Permalink
more output from tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dt committed Nov 10, 2015
1 parent dd3de60 commit d84b837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d84b837

Please sign in to comment.