Skip to content

Commit

Permalink
Stop using \n in echo
Browse files Browse the repository at this point in the history
This does not produce a new-line on Windows, so we `echo ""` instead.

Signed-off-by: Brian Cunnie <bcunnie@vmware.com>
  • Loading branch information
aramprice authored and cunnie committed Sep 28, 2023
1 parent faf15bb commit 8438601
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ test : units
units : format generate-fake-stemcell-automation
@go run github.com/onsi/ginkgo/v2/ginkgo version
go run github.com/onsi/ginkgo/v2/ginkgo -r --randomize-all --randomize-suites --keep-going --skip-package integration,iaas_cli
@echo "\nSWEET SUITE SUCCESS"
@echo ""
@echo "SWEET SUITE SUCCESS"

contract :
go run github.com/onsi/ginkgo/v2/ginkgo -r --randomize-all --randomize-suites --keep-going --flake-attempts 2 iaas_cli
Expand Down

0 comments on commit 8438601

Please sign in to comment.