Caleb Spare
1277dca335
Style fixes for fmt + err usage.
...
fmt.Printf and friends will automatically format using the error
interface (.Error()) preferentially; no need to do err.Error().
2013-07-04 14:33:17 -07:00
Guillaume J. Charmes
6f7de49aa8
Add unit tests for tar/untar with multiple compression + detection
2013-06-14 10:47:49 -07:00
Robert Obryk
68278b66c5
Added a timeout to TestCmdStreamLargeStderr.
2013-03-29 22:36:36 +01:00
Solomon Hykes
f7b4f0c193
FIXME: implement a timeout in TestCmdStreamLArgStderr to avoid blocking the whole test suite when it fails
2013-03-29 13:37:52 -07:00
Robert Obryk
58befe3081
Fix a deadlock in CmdStream.
...
As per FIXME, CmdStream could have deadlocked if a command printed
enough on stderr. This commit fixes that, but still keeps all of
the stderr output in memory.
2013-03-29 12:55:48 +01:00
Solomon Hykes
ef711962d5
Folded graph/ back into main package
2013-03-21 17:47:23 -07:00