[gitfame] Forward stderr.

This commit is contained in:
Arseny Balobanov 2022-05-19 17:55:19 +03:00
parent 1b0662c66e
commit 59c76a6fdd

View file

@ -54,7 +54,7 @@ func TestGitFame(t *testing.T) {
headRef := GetHEADRef(t, dir) headRef := GetHEADRef(t, dir)
cmd := exec.Command(binary, args...) cmd := exec.Command(binary, args...)
cmd.Stderr = ioutil.Discard cmd.Stderr = os.Stderr
output, err := cmd.Output() output, err := cmd.Output()
if !tc.Error { if !tc.Error {