Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Just log the output of IsTerminal in TestTerminal. $ go test -v -run TestTerminal === RUN TestTerminal isatty_others_test.go:13: os.Stdout: true --- PASS: TestTerminal (0.00s) PASS ok github.com/mattn/go-isatty 0.160s $ go test -v -run TestTerminal | cat === RUN TestTerminal isatty_others_test.go:13: os.Stdout: false --- PASS: TestTerminal (0.00s) PASS ok github.com/mattn/go-isatty 0.203s
- Loading branch information