script/helpers: fix run_command() output for failed commands
commit8f3226a8916796afbd49a984dbc08e91c7bab68b
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Tue, 15 Feb 2011 15:50:06 +0000 (15 17:50 +0200)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Tue, 15 Feb 2011 15:57:43 +0000 (15 17:57 +0200)
treeb1bd045d88fd56b4e9b78e5eb3742567c487249f
parent42a79bbc27f22395ecb28618da9ac8fa05c91b82
script/helpers: fix run_command() output for failed commands

If a command given to the run_command() helper function failed, the
failed command was not properly shown in the raised exception if it
was given as a tuple. Fix.
script/helpers.py