diff options
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oeqa/utils/commands.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/utils/commands.py b/meta/lib/oeqa/utils/commands.py index 2e513be6af..eddcf1ac8f 100644 --- a/meta/lib/oeqa/utils/commands.py +++ b/meta/lib/oeqa/utils/commands.py | |||
@@ -103,6 +103,7 @@ def runCmd(command, ignore_status=False, timeout=None, assert_error=True, **opti | |||
103 | result.command = command | 103 | result.command = command |
104 | result.status = cmd.status | 104 | result.status = cmd.status |
105 | result.output = cmd.output | 105 | result.output = cmd.output |
106 | result.error = cmd.error | ||
106 | result.pid = cmd.process.pid | 107 | result.pid = cmd.process.pid |
107 | 108 | ||
108 | if result.status and not ignore_status: | 109 | if result.status and not ignore_status: |