[blivet:master 2/4] Change output format so that it is suitable for diff-cover.

mulhern amulhern at redhat.com
Wed Mar 19 16:54:53 UTC 2014


The diff-cover instructions require setting --output-format to
parseable, but apparently that option is now obsolete.

Signed-off-by: mulhern <amulhern at redhat.com>
---
 tests/pylint/pylint-one.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/pylint/pylint-one.sh b/tests/pylint/pylint-one.sh
index 38f3bfa..82de490 100755
--- a/tests/pylint/pylint-one.sh
+++ b/tests/pylint/pylint-one.sh
@@ -11,7 +11,7 @@ fi
 file_suffix="$(eval echo \$$#|sed s?/?_?g)"
 
 pylint_output="$(pylint \
-    --msg-template='{msg_id}:{line:3d},{column}: {obj}: {msg}' \
+    --msg-template='{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}' \
     -r n --disable=C,R --rcfile=/dev/null \
     --dummy-variables-rgx=_ \
     --ignored-classes=Popen,TransactionSet \
-- 
1.8.3.1



More information about the anaconda-patches mailing list