[gitfame] Forward stderr.
This commit is contained in:
parent
1b0662c66e
commit
59c76a6fdd
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ func TestGitFame(t *testing.T) {
|
|||
headRef := GetHEADRef(t, dir)
|
||||
|
||||
cmd := exec.Command(binary, args...)
|
||||
cmd.Stderr = ioutil.Discard
|
||||
cmd.Stderr = os.Stderr
|
||||
|
||||
output, err := cmd.Output()
|
||||
if !tc.Error {
|
||||
|
|
Loading…
Reference in a new issue