commit | 7a2cf01f8b629c5b40def151780ddadb6d9d3416 | [log] [tgz] |
---|---|---|
author | Joe Gordon <joe.gordon0@gmail.com> | Fri Jul 18 11:34:39 2014 +0200 |
committer | Joe Gordon <joe.gordon0@gmail.com> | Fri Jul 18 13:59:00 2014 +0200 |
tree | ad401f3f2b17a2372ea20a6b65ed51907cf359a2 | |
parent | b82520f8bc3db2a0869123666a08a87e7eb0c240 [diff] |
Make sure cli CommandFailed prints out stdout and stderr Having a CommandFailed exception without stdout is very confusing, lets fix that. subprocess.CalledProcessError doesn't print out stderr or stdout so use our own error that does. Change-Id: I3bf75d6f526bdc58e64bbc7d83911e9d63e4b801