Doug Davis
309bf49758
Fix RUN's error msg when it fails
...
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 >
Upstream-commit: 54662eae10923a0aca03ffddc1a30b7d25431c79
Component: engine
2015-05-05 16:08:41 -07:00
..
2015-04-23 15:40:46 +00:00
2015-04-27 15:48:29 -07:00
2015-04-27 13:56:55 +02:00
2015-05-04 22:41:57 +02:00
2015-04-23 15:35:56 -07:00
2015-04-23 15:35:56 -07:00
2015-05-04 12:58:43 -04:00
2015-04-23 15:35:56 -07:00
2015-04-23 15:35:56 -07:00
2015-04-27 18:49:00 +02:00
2015-04-23 15:35:56 -07:00
2015-04-30 01:35:16 +02:00
2015-04-23 15:35:56 -07:00
2015-04-29 17:02:22 +02:00
2015-04-29 17:02:22 +02:00
2015-05-05 16:08:41 -07:00
2015-04-24 14:17:00 -07:00
2015-04-27 13:35:08 -07:00
2015-04-21 10:28:52 -07:00
2015-04-23 22:27:46 +02:00
2015-04-24 10:37:21 -07:00
2015-04-30 12:18:16 -04:00
2015-04-27 13:24:15 -07:00
2015-04-29 17:02:22 +02:00
2015-04-21 10:28:52 -07:00
2015-04-29 17:02:22 +02:00
2015-04-23 21:54:21 +00:00
2015-04-24 10:37:21 -07:00
2015-04-21 10:28:52 -07:00
2015-04-24 10:37:21 -07:00
2015-04-24 10:37:21 -07:00
2015-04-24 10:37:21 -07:00
2015-04-21 10:28:52 -07:00
2015-04-23 18:25:18 +00:00
2015-04-21 10:28:52 -07:00
2015-04-25 04:42:43 -07:00
2015-04-21 10:28:52 -07:00
2015-04-29 17:02:22 +02:00
2015-04-21 10:28:52 -07:00
2015-04-21 10:28:52 -07:00
2015-04-21 10:28:52 -07:00
2015-04-27 15:48:29 -07:00
2015-04-29 17:02:22 +02:00
2015-04-24 14:17:00 -07:00
2015-05-01 16:01:10 -06:00
2015-04-23 16:11:46 +02:00
2015-04-21 10:28:52 -07:00
2015-05-04 22:41:57 +02:00
2015-04-27 13:35:08 -07:00
2015-05-04 21:30:52 +02:00
2015-04-29 17:02:22 +02:00
2015-04-27 13:35:08 -07:00
2015-04-21 10:28:52 -07:00
2015-04-21 10:28:52 -07:00
2015-04-29 17:02:22 +02:00
2015-05-04 10:49:13 -04:00
2015-04-24 10:37:21 -07:00
2015-04-23 22:27:46 +02:00
2015-04-21 10:28:52 -07:00
2015-04-27 10:14:29 -04:00
2015-02-17 00:43:41 -08:00
2015-02-17 00:43:41 -08:00
2015-03-24 16:27:35 -07:00
2015-04-29 10:16:31 -07:00
2015-04-21 10:28:52 -07:00
2015-04-23 15:35:56 -07:00
2015-02-20 23:24:30 -08:00
2015-02-20 23:24:30 -08:00
2015-03-04 14:10:37 -08:00
2015-03-20 21:54:33 -07:00
2015-05-01 16:01:10 -06:00