diff options
Diffstat (limited to 'extras')
-rw-r--r-- | extras/hs-test/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extras/hs-test/Makefile b/extras/hs-test/Makefile index ccccf4fb895..9fbb21c9ccb 100644 --- a/extras/hs-test/Makefile +++ b/extras/hs-test/Makefile @@ -200,14 +200,14 @@ checkstyle-go: .goimports.ok if [ $$status -ne 0 ]; then \ exit $$status; \ elif [ -z "$$output" ]; then \ - echo "*******************************************************************"; \ - echo "Checkstyle OK."; \ - echo "*******************************************************************"; \ + echo "******************************************************************************"; \ + echo "* HST Golang Checkstyle OK."; \ + echo "******************************************************************************"; \ else \ echo "$$output"; \ - echo "*******************************************************************"; \ - echo "Checkstyle failed. Use 'make fixstyle-go' or fix errors manually."; \ - echo "*******************************************************************"; \ + echo "******************************************************************************"; \ + echo "* HST Golang Checkstyle FAILED. Use 'make fixstyle-go' or fix errors manually."; \ + echo "******************************************************************************"; \ exit 1; \ fi |