diff --git a/tests/pylint-virt-manager.sh b/tests/pylint-virt-manager.sh index 23cd439c3..8311cb0eb 100755 --- a/tests/pylint-virt-manager.sh +++ b/tests/pylint-virt-manager.sh @@ -91,8 +91,8 @@ pylint --ignore=IPy.py $FILES \ --reports=$SHOW_REPORT \ --output-format=colorized \ --dummy-variables-rgx="dummy|ignore*" \ - --disable-msg=${DMSG}\ - --disable-checker=${DCHECKERS} 2>&1 | \ + --disable=${DMSG}\ + --disable=${DCHECKERS} 2>&1 | \ egrep -ve "$NO_PYL_CONFIG" \ -ve "$GOBJECT_VAR" \ -ve "$GOBJECT_INIT" \