Commit 4a82d1c
authored
Report external ar tool output on
It's not very helpful seeing
```
Failure: in TestWriteValidArchive/GNU_ar
writer_test.go:126:
Error Trace:
Error: Received unexpected error:
exit status 1
Test: TestWriteValidArchive/GNU_ar
```
when one of the `TestWriteValidArchive` subtests fails. Additionally
report what the tool printed on stderr and stdout to make the nature of
the failure more obvious.TestWriteValidArchive failure (#18)1 parent 9dff68c commit 4a82d1c
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | | - | |
127 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
128 | 129 | | |
129 | 130 | | |
130 | 131 | | |
| |||
0 commit comments