diff options
author | Amar Tumballi <amarts@redhat.com> | 2019-04-30 09:34:39 +0530 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2019-04-30 09:34:39 +0530 |
commit | 56d6b135fa3e7145ac87ffffd9ce656ee0b905b1 (patch) | |
tree | b79c47c6fbb568f6882db7f3e2b2db1f2d77dfce /build-gluster-org/scripts/python-compliance.sh | |
parent | ffefa7ecb24fc5aa6804c0488fbb5e4dd40091b5 (diff) |
scripts: remove deprecated bd-xlator option
Change-Id: Ic7756d3b03539a9e36c8995c00705d635618c87d
Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'build-gluster-org/scripts/python-compliance.sh')
-rw-r--r-- | build-gluster-org/scripts/python-compliance.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-gluster-org/scripts/python-compliance.sh b/build-gluster-org/scripts/python-compliance.sh index 1f50208..63a1d06 100644 --- a/build-gluster-org/scripts/python-compliance.sh +++ b/build-gluster-org/scripts/python-compliance.sh @@ -1,7 +1,7 @@ #!/usr/bin/bash set -e ./autogen.sh -./configure --disable-bd-xlator --enable-debug --enable-gnfs --silent +./configure --enable-debug --enable-gnfs --silent grep -rnl --exclude-dir='.git' '#!/usr/bin/python' | xargs pylint-3 --py3k find . -name '*.py' | xargs pylint-3 --py3k find . -name '*.py' | xargs python2 /opt/qa/python_compliance.py |