1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/engine
Nghia Tran b422d8da8f engine.Tail() to ignore trailing whitespaces.
In its current form, if an error message has two trailing "\n" instead
of one, an empty line is resulted (see engine/job.go for an example of
such usages).

Skipping all trailing whitespaces will give a better error message.

Signed-off-by: Nghia Tran <nghia@google.com>
2015-02-20 19:42:01 -08:00
..
engine.go Remove unused Engine.Logf 2014-12-02 10:47:57 -08:00
engine_test.go Fix premature close of build output on pull 2015-01-27 10:07:01 -08:00
env.go Fix env.WriteTo count return 2015-01-21 01:14:23 +01:00
env_test.go engine.Env: comments and tests for Get() 2014-09-10 22:20:49 -04:00
hack.go gofmt 2013-11-13 19:25:55 +00:00
helpers_test.go Remove error from engine.New() 2014-04-23 11:54:35 -07:00
http.go typo fix: 'methid' -> 'method' 2014-04-19 23:25:48 -07:00
job.go fix for iptables cleanup 8307 2014-10-29 10:59:20 -07:00
job_test.go remove addString and replace Tail 2014-05-09 18:09:59 +00:00
MAINTAINERS Fix various MAINTAINERS format inconsistencies 2014-04-30 11:22:11 -06:00
shutdown_test.go Extra testing for engine.Shutdown 2014-08-06 17:56:12 +00:00
streams.go engine.Tail() to ignore trailing whitespaces. 2015-02-20 19:42:01 -08:00
streams_test.go engine.Tail() to ignore trailing whitespaces. 2015-02-20 19:42:01 -08:00
table.go Some more style fixes 2014-08-29 15:21:28 +04:00
table_test.go move Table to a separate file and add additional unit tests 2014-05-08 02:31:23 +00:00