diff options
-rwxr-xr-x | tests/GoTest.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/GoTest.sh b/tests/GoTest.sh index f50b91df..e69f0d8c 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 |