gotestfmt icon indicating copy to clipboard operation
gotestfmt copied to clipboard

Fixing docker input stream closed

Open talksik opened this issue 1 year ago • 0 comments

In my case, I had to add the -i flag so that docker didn't close the input stream. I believe this was because my computer is really fast to close the interactive shell input

go test -json ./... | docker run -i ghcr.io/gotesttools/gotestfmt:latest

talksik avatar Nov 25 '24 00:11 talksik