diff --git a/tests/GoTest.sh b/tests/GoTest.sh index f50b91df1..e69f0d8cb 100755 --- a/tests/GoTest.sh +++ b/tests/GoTest.sh @@ -67,7 +67,9 @@ fi NOT_FMT_FILES=$(gofmt -l MyGame) if [[ ${NOT_FMT_FILES} != "" ]]; then - echo "These files are not well gofmt'ed:\n\n${NOT_FMT_FILES}" + echo "These files are not well gofmt'ed:" + echo + echo "${NOT_FMT_FILES}" # enable this when enums are properly formated # exit 1 fi