Fix echo not interpret \n in GoTest.sh (#5426)
authorThanabodee Charoenpiriyakij <wingyminus@gmail.com>
Mon, 1 Jul 2019 18:42:00 +0000 (01:42 +0700)
committerWouter van Oortmerssen <aardappel@gmail.com>
Mon, 1 Jul 2019 18:42:00 +0000 (11:42 -0700)
commit47c7aa0361fec7708fae95c19a5cf8063d1a5df4
treead0c95b14be26e8abdcea0ac7864ad9cf7ce1bc3
parent7a63792929e2ab6edbbc2b6270a48c74e7022f96
Fix echo not interpret \n in GoTest.sh (#5426)

When running GoTest.sh, the last step that checking go format files
are print \n instead of new line:

These files are not well gofmt'ed:\n\nMyGame/Example/Color.go
MyGame/Example/MonsterStorage_grpc.go

This changes fix it by echo NOT_FMT_FILES in separate line.
tests/GoTest.sh