Alex Lourie has uploaded a new change for review. Change subject: packaging: replaced execExternalCmd with execCmd (#844667) ......................................................................
packaging: replaced execExternalCmd with execCmd (#844667) https://bugzilla.redhat.com/844667 Signed-off-by: Alex Lourie <[email protected]> Change-Id: I12458bd73d6806048a3f627b57005192ab627be1 --- M packaging/ovirt-engine-dwh-setup.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/50/7250/1 diff --git a/packaging/ovirt-engine-dwh-setup.py b/packaging/ovirt-engine-dwh-setup.py index ca18e10..e56012f 100755 --- a/packaging/ovirt-engine-dwh-setup.py +++ b/packaging/ovirt-engine-dwh-setup.py @@ -96,7 +96,7 @@ "-l", "/var/log/ovirt-engine/%s" % dbLogFilename, ] os.chdir(PATH_DB_SCRIPTS) - output, rc = utils.execExternalCmd(cmd, True, "Error while trying to upgrade ovirt_engine_history DB") + output, rc = utils.execCmd(cmdList=cmd, failOnError=True, msg="Error while trying to upgrade ovirt_engine_history DB") except: os.chdir(currDir) raise -- To view, visit http://gerrit.ovirt.org/7250 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I12458bd73d6806048a3f627b57005192ab627be1 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-dwh Gerrit-Branch: master Gerrit-Owner: Alex Lourie <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
