mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
54662eae10
When RUN returns with a non-zero return code it prints the command that was executed as a Go []string: ``` INFO[0000] The command &{[/bin/sh -c noop a1 a2]} returned a non-zero code: 127 ``` instead it should look like this: ``` INFO[0000] The command "/bin/sh -c noop a1 a2" returned a non-zero code: 127 ``` Signed-off-by: Doug Davis <dug@us.ibm.com> |
||
---|---|---|
.. | ||
fixtures | ||
compare.go | ||
config.go | ||
config_test.go | ||
exec.go | ||
hostconfig.go | ||
merge.go | ||
parse.go | ||
parse_test.go |