Skip to content

Commit

Permalink
Change from tparse to gotestsum
Browse files Browse the repository at this point in the history
tparse only runs on a pipe from go test with -json. gotestsum can run
as a wrapper for go test
  • Loading branch information
biinari committed Feb 16, 2025
1 parent ae01aa2 commit c46ddd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ sudo usermod -aG docker,disk,audio,video,users,systemd-journal,bluetooth,netdev,
Install [go](https://golang.org/dl/)
Install [tparse](https://github.com/mfridman/tparse/) for colour output in tests:
Install [gotestsum](https://github.com/gotestyourself/gotestsum) for coloured output in go test.
```sh
go install github.com/mfridman/tparse@latest
go install gotest.tools/gotestsum@latest
```
Install [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html)
Expand Down

0 comments on commit c46ddd7

Please sign in to comment.