Alex Lourie has uploaded a new change for review. Change subject: packaging: Updated encodingvalidator to correctly parse params ......................................................................
packaging: Updated encodingvalidator to correctly parse params This patch is an addition to http://gerrit.ovirt.org/#/c/14389/ and it updates the parameters handling in encodingvalidator utility. Change-Id: I34c87815bd667d80f3691ae4a2533523bfa89f29 Bug-Url: https://bugzilla.redhat.com/920565 Signed-off-by: Alex Lourie <[email protected]> --- M backend/manager/tools/dbutils/encodingvalidator.sh 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/65/14565/1 diff --git a/backend/manager/tools/dbutils/encodingvalidator.sh b/backend/manager/tools/dbutils/encodingvalidator.sh index f149d6f..bdf7d31 100755 --- a/backend/manager/tools/dbutils/encodingvalidator.sh +++ b/backend/manager/tools/dbutils/encodingvalidator.sh @@ -40,7 +40,7 @@ FIXIT=false QUIET=false -while getopts hs:u:p:l:qdfv option; do +while getopts hs:u:p:l:d:qfv option; do case $option in s) SERVERNAME=$OPTARG;; p) PORT=$OPTARG;; -- To view, visit http://gerrit.ovirt.org/14565 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I34c87815bd667d80f3691ae4a2533523bfa89f29 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alex Lourie <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
