[node-patches] Change in ovirt-node[master]: setup: Also show STDERR lines in dialog
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Tue May 21 12:19:47 UTC 2013
Fabian Deutsch has uploaded a new change for review.
Change subject: setup: Also show STDERR lines in dialog
......................................................................
setup: Also show STDERR lines in dialog
Previously any data written to stdout wasn't shown in the dialog showing
the cmd contents, now also STDERR is shown in the dialog.
Change-Id: I2d90fc6d2c86929ae624145f63e6aaa25f41a773
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M src/ovirt/node/setup/diagnostics_page.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/26/14926/1
diff --git a/src/ovirt/node/setup/diagnostics_page.py b/src/ovirt/node/setup/diagnostics_page.py
index 3c7e4a3..f1972e2 100644
--- a/src/ovirt/node/setup/diagnostics_page.py
+++ b/src/ovirt/node/setup/diagnostics_page.py
@@ -74,7 +74,7 @@
in self.__diagnostics())
cmd = cmds.get(changes[changed_field], None)
if cmd:
- contents = process.check_output(cmd)
+ contents = process.check_output(cmd, stderr=process.STDOUT)
return ui.TextViewDialog("output.dialog", "Command Output",
contents)
--
To view, visit http://gerrit.ovirt.org/14926
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2d90fc6d2c86929ae624145f63e6aaa25f41a773
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list